Theme Properties
Theme properties may be used to set common colors across many properties in each component instance.
By default, any color prop defined on the chart, an axis, pen, or interaction will override the props listed below. See each property description for more information.
Name | Description | Property Type |
axisBorderColor | The color of the |
Color |
axisLabelColor | The color of the |
Color |
axisTitleColor | The color of the |
Color |
chartBackground | The color of the chart background. This property is completely CSS compatible. | Color |
chartTitleColor | The color of the chart title. | Color |
highlightFill | The fill color of the axis highlight for all interactions with the axis highlight functionality, as well as the zoom to area interaction area and range brush area. | Color |
highlightStroke | The stroke color of the axis highlight for all interactions with the axis highlight functionality, as well as the zoom to area interaction area and range brush area. | Color |
legendBackground | The color of the built-in chart legend background. | Color |
legendForeground | The color of the built-in chart legend foreground. | Color |
loadingBackground | The color of the loading animation background. | Color |
loadingForeground | The color of the loading animation foreground. | Color |
majorGridLineStroke | The stroke color of the axis major gridlines. | Color |
minorGridLineStroke |
The stroke color of the axis minor gridlines. | Color |
textAnnotationBackground |
The color of the measurement and annotation infoBox background. | Color |
textAnnotationForeground |
The color of the measurement and annotation infoBox foreground including text and border. | Color |
penColumnFill |
The fill color of the Column type pen. |
Color |
penColumnStroke |
The stroke color of the Column type pen. |
Color |
penGradientFill |
The default gradient for any pen type with the
This property only takes precedence over a default pen fill when the pen instance |
PenGradientStop[] |
penLineStroke | The stroke color of the Line and Spline type pens. |
Color |
penMountainFill | The fill color of the Mountain and MountainSpline type pens. |
Color |
penMountainStroke | The stroke color of the Mountain and MountainSpline type pens. |
Color |
traceStroke | The stroke color for the xTrace interaction crosshairs, line, border, and hover text. | Color |