InternalFor internal use only. This method should not be called directly by the user. It is used internally by the class to build the configuration of the charts.
The default configuration of a chart.
InternalFor internal use only. This method should not be called directly by the user. It is used internally by the class to build the configuration of the charts.
The serie to get the configuration for.
The configuration of the serie.
StaticgetStaticgetGet the configuration of a circular gauge chart.
Configuration of the circular gauge chart, must be used to specify the minimum and maximum values.
Configuration of the circular gauge chart.
StaticgetGet the empty default configuration of a chart. This method should not be used. Prefer to use the specific methods to get the configuration of a chart. For example, use getLineChartConfiguration to get the configuration of a line chart.
The default configuration of a chart.
StaticgetGet the configuration of a dial gauge chart.
Configuration of the dial gauge chart, must be used to specify the minimum and maximum values and the dial parts.
Configuration of the dial gauge chart.
StaticgetGet the configuration of a donut chart.
Configuration of a donut chart.
StaticgetGet the configuration of a horizontal gauge chart. This chart is a bar chart with a horizontal orientation, used to display a single value within a range. It is useful for showing progress or performance against a target.
Configuration of the horizontal gauge chart, must be used to specify the minimum and maximum values. The chart will display a bar that fills the space between these two values.
Configuration of the horizontal gauge chart.
Staticgetget the configuration of a line and bar chart.
Configuration of the line and bar chart, can be used to specify the line style ODSChartsLineStyle.SMOOTH or ODSChartsLineStyle.BROKEN or ODSChartsLineStyle.BROKEN_WITH_POINTS}.
Configuration of a line and bar chart.
StaticgetGet the configuration of a line chart.
Configuration of the line chart, can be used to specify the line style ODSChartsLineStyle.SMOOTH or ODSChartsLineStyle.BROKEN or ODSChartsLineStyle.BROKEN_WITH_POINTS}.
Configuration of a line chart.
StaticgetStaticgetGet the configuration of a semi-circular gauge chart.
Configuration of the semi-circular gauge chart, must be used to specify the minimum and maximum values.
Configuration of the semi-circular gauge chart.
ChartsConfiguration is used to specify the configuration specific to a type of graph.
For the moment can be: