ValueAxesSettings settings set 's settings for all ValueAxes. If you change a property after the chart is initialized, you should call stockChart.validateNow() method in order for it to work. If there is no default value specified, default value of ValueAxis class will be used.
Specifies whether number for gridCount is specified automatically, according to the axis size.
Axis opacity.
Axis color.
Thickness of the axis.
Label color.
Length of a dash. By default, the grid line is not dashed.
Fill opacity. Every second space between grid lines can be filled with color.
Fill color. Every second space between grid lines can be filled with color. Set fillAlpha to a value greater than 0 to see the fills.
Opacity of grid lines.
Color of grid lines.
Approximate number of grid lines. autoGridCount should be set to false, otherwise this property will be ignored.
Thickness of grid lines.
Specifies whether guide values should be included when calculating min and max of the axis.
If true, the axis will include hidden graphs when calculating min and max values.
Specifies whether values should be placed inside or outside plot area. In case you set this to false, you'll have to adjust marginLeft or marginRight in PanelsSettings in order labels to be visible.
Specifies whether values on axis can only be integers or both integers and doubles.
Frequency at which labels should be placed.
Specifies whether value labels are displayed.
Set to true if value axis is logarithmic, false otherwise.
The distance of the axis to the plot area, in pixels. Useful if you have more then one axis on the same side.
Position of the value axis. Possible values are "left" and "right".
Set to true if value axis is reversed (smaller values on top), false otherwise.
Specifies if first label of value axis should be displayed.
Specifies if last label of value axis should be displayed.
Stacking mode of the axis. Possible values are: "none", "regular", "100%", "3d".
Tick length.
Unit which will be added to the value label.
Position of the unit. Possible values are "left" or "right".