DesignableChartConfig
Mixin
Subset of Chart configuration options also supported by ChartDesigner.
Not to be used directly.
Configs
Configs are options you supply in a configuration object when creating an instance of this class-
The stroke color used for the axis lines and ticks, or
nullfor theme default.Has a corresponding runtime axisColor property.
-
The text color used for the axis labels / ticks, or
nullto useaxisColor.Has a corresponding runtime axisLabelColor property.
-
The maximum tick rotation in degrees.
Has a corresponding runtime maxTickLabelRotation property.
-
The minimum tick rotation in degrees.
Has a corresponding runtime minTickLabelRotation property.
-
Whether to show the chart's legend.
Has a corresponding runtime showLegend property.
-
Whether to show the chart subtitle.
Has a corresponding runtime showSubtitle property.
-
Whether to show the chart title.
Has a corresponding runtime showTitle property.
-
Padding around the entire chart area, in pixels.
Has a corresponding runtime chartPadding property.
-
Padding around the chart subtitle, in pixels.
Has a corresponding runtime subtitlePadding property.
-
Padding around the chart title, in pixels.
Has a corresponding runtime titlePadding property.
-
The shape to use for data point markers, or
'none'for no markers.Has a corresponding runtime dataPointShape property.
-
The type of stroke to use for data series lines.
Has a corresponding runtime seriesLineDash property.
-
The opacity of data series lines, from zero to one.
Has a corresponding runtime seriesLineOpacity property.
-
The thickness of data series lines, in pixels.
Has a corresponding runtime seriesLineThickness property.
-
The chart background color, or
nullfor transparent.Has a corresponding runtime background property.
-
The stroke color used for the grid lines, or
nullfor theme default.Has a corresponding runtime gridColor property.
Properties
Properties are getters/setters or publicly accessible variables on this class-
Identifies an object as an instance of DesignableChartConfig class, or subclass thereof.
-
The stroke color used for the axis lines and ticks, or
nullfor theme default.Has a corresponding axisColor config.
-
The text color used for the axis labels / ticks, or
nullto useaxisColor.Has a corresponding axisLabelColor config.
-
The maximum tick rotation in degrees.
Has a corresponding maxTickLabelRotation config.
-
The minimum tick rotation in degrees.
Has a corresponding minTickLabelRotation config.
-
Whether to show the chart's legend.
Has a corresponding showLegend config.
-
Whether to show the chart subtitle.
Has a corresponding showSubtitle config.
-
Whether to show the chart title.
Has a corresponding showTitle config.
-
Identifies an object as an instance of DesignableChartConfig class, or subclass thereof.
-
Padding around the entire chart area, in pixels.
Has a corresponding chartPadding config.
-
Padding around the chart subtitle, in pixels.
Has a corresponding subtitlePadding config.
-
Padding around the chart title, in pixels.
Has a corresponding titlePadding config.
-
The shape to use for data point markers, or
'none'for no markers.Has a corresponding dataPointShape config.
-
The type of stroke to use for data series lines.
Has a corresponding seriesLineDash config.
-
The opacity of data series lines, from zero to one.
Has a corresponding seriesLineOpacity config.
-
The thickness of data series lines, in pixels.
Has a corresponding seriesLineThickness config.
-
The chart background color, or
nullfor transparent.Has a corresponding background config.
-
The stroke color used for the grid lines, or
nullfor theme default.Has a corresponding gridColor config.