ChartValueAxis
Properties
AxisCrossingValue - Object[]
Background - String
Color - String
Crosshair - ChartValueAxisCrosshairSettings
The color of the crosshair. Accepts a valid CSS color string, including hex and rgb.
Labels - ChartValueAxisLabelsSettings
The background color of the labels. Accepts a valid CSS color string, including hex and rgb.
Line - ChartValueAxisLineSettings
The color of the lines. Accepts a valid CSS color string, including hex and rgb.
MajorGridLines - ChartValueAxisMajorGridLinesSettings
The color of the major grid lines. Accepts a valid CSS color string, including hex and rgb.
MajorUnit - Nullable
Max - Nullable
Min - Nullable
MinorGridLines - ChartValueAxisMinorGridLinesSettings
The color of the minor grid lines. Accepts a valid CSS color string, including hex and rgb.
MajorTicks - ChartValueAxisMajorTicksSettings
The color of the value axis major ticks lines. Accepts a valid CSS color string, including hex and rgb.
MinorTicks - ChartValueAxisMinorTicksSettings
The color of the value axis minor ticks lines. Accepts a valid CSS color string, including hex and rgb.
MinorUnit - Nullable
Name - String
NarrowRange - Nullable
Pane - String
PlotBands - List
Reverse - Nullable
Title - ChartValueAxisTitleSettings
The background color of the title. Accepts a valid CSS color string, including hex and rgb.
Type - String
Visible - Nullable
Notes - ChartValueAxisNotesSettings
The position of the value axis note. "top" - The note is positioned on the top.; "bottom" - The note is positioned on the bottom.; "left" - The note is positioned on the left. or "right" - The note is positioned on the right..
ZIndex - Nullable
Chart - Chart
The common settings for all Chart series.
Methods
Serialize()
Serializes the settings to a Dictionary.