Axis opacity. Value range is 0 - 1.
Axis color. #000000
Thickness of the axis.
Radar chart only. Specifies distance from axis to the axis title (category) 10
Read-only. Coordinate of the base value.
Specifies base value of the axis.
Color of axis value labels. Will use chart's color if not set.
Length of a dash. 0 means line is not dashed.
If your values represents time units, and you want value axis labels to be formatted as duration, you have to set the duration unit. Possible values are: "ss", "mm", "hh" and "DD".
If duration property is set, you can specify what string should be displayed next to day, hour, minute and second. {DD:"d. ", hh:":", mm:":",ss:""}
Fill opacity. Every second space between grid lines can be filled with color. Set fillAlpha to a value greater than 0 to see the fills.
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.
Size of value labels text. Will use chart's fontSize if not set.
Opacity of grid lines. 0.2
Color of grid lines. #000000
Number of grid lines. In case this is value axis, or your categoryAxis parses dates, the number is approximate. The default value is 5. If you set autoGridCount to true, this property is ignored.
Thickness of grid lines.
Radar chart only. Possible values are: "polygons" and "circles". Set "circles" for polar charts.
The array of guides belonging to this axis.
Unique id of value axis. It is not required to set it, unless you need to tell the graph which exact value axis it should use.
If autoMargins of a chart is set to true, but you want this axis not to be measured when calculating margin, set ignoreAxisWidth to true.
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.
Specifies whether values on axis can only be integers or both integers and doubles.
Frequency at which labels should be placed. Doesn't work for CategoryAxis if parseDates is set to true.
Rotation angle of a label. Only horizontal axis' values can be rotated. If you set this for vertical axis, the setting will be ignored.
Specifies whether axis displays category axis' labels and value axis' values.
Specifies if this value axis' scale should be logarithmic.
Read-only. Maximum value of the axis.
If you don't want max value to be calculated by the chart, set it using this property. This value might still be adjusted so that it would be possible to draw grid at rounded intervals.
If your value axis is date-based, you can specify maximum date of the axis. Can be set as date object, timestamp number or string if dataDateFormat is set.
Read-only. Minimum value of the axis.
If set value axis scale (min and max numbers) will be multiplied by it. I.e. if set to 1.2 the scope of values will increase by 20%.
If you don't want min value to be calculated by the chart, set it using this property. This value might still be adjusted so that it would be possible to draw grid at rounded intervals.
If your value axis is date-based, you can specify minimum date of the axis. Can be set as date object, timestamp number or string if dataDateFormat is set.
The distance of the axis to the plot area, in pixels. Negative values can also be used.
Works with radar charts only. If you set it to “middle”, labels and data points will be placed in the middle between axes.
Possible values are: "top", "bottom", "left", "right". If axis is vertical, default position is "left". If axis is horizontal, default position is "bottom".
Precision (number of decimals) of values.
Radar chart only. Specifies if categories (axes' titles) should be displayed near axes)
pecifies if graphs's values should be recalculated to percents.
Specifies if value axis should be reversed (smaller values on top).
Whether to show first axis label or not.
Whether to show last axis label or not.
Stacking mode of the axis. Possible values are: "none", "regular", "100%", "3d". Note, only graphs of one type will be stacked.
Read-only. Value difference between two grid lines.
If you set minimum and maximum for your axis, chart adjusts them so that grid would start and end on the beginning and end of plot area and grid would be at equal intervals. If you set strictMinMax to true, the chart will not adjust minimum and maximum of value axis.
In case you synchronize one value axis with another, you need to set the synchronization multiplier. Use synchronizeWithAxis method to set with which axis it should be synced.
One value axis can be synchronized with another value axis. You can use both reference to your axis or id of the axis here. You should set synchronizationMultiplyer in order for this to work.
Length of the tick marks.
Title of the axis.
Specifies if title should be bold or not.
Color of axis title. Will use text color of chart if not set any.
Font size of axis title. Will use font size of chart plus two pixels if not set any.
If this value axis is stacked and has columns, setting valueAxis.totalText = "[[total]]" will make it to display total value above the most-top column.
Color of total text.
Distance from data point to total text.
This allows you to have logarithmic value axis and have zero values in the data. You must set it to >0 value in order to work.
Type of value axis. If your values in data provider are dates and you want this axis to show dates instead of numbers, set it to "date".
Unit which will be added to the value label.
Position of the unit. Possible values are "left" and "right". right
If true, prefixes will be used for big and small numbers. You can set arrays of prefixes directly to the chart object via prefixesOfSmallNumbers and prefixesOfBigNumbers.
If true, values will always be formatted using scientific notation (5e+8, 5e-8...) Otherwise only values bigger then 1e+21 and smaller then 1e-7 will be displayed in scientific notation.
Adds guide to the axis.
Adds event listener.
One of "axisChanged", "axisZoomed", "logarithmicAxisFailed".
The event handler.
Number, - value of coordinate. Returns value of the coordinate. coordinate - y or x coordinate, in pixels.
Number - coordinate Returns coordinate of the value in pixels. value - Number
You can use this function to format Value axis labels. This function is called and these parameters are passed: labelFunction(value, valueText, valueAxis); Where value is numeric value, valueText is formatted string and valueAxis is a reference to valueAxis object. If axis type is "date", labelFunction will pass different arguments: labelFunction(valueText, date, valueAxis) Your function should return string.
Removes guide from the axis.
Removes event listener from chart object.
One value axis can be synchronized with another value axis. You should set synchronizationMultiplyer in order for this to work.
XY Chart only. Zooms-in the axis to the provided values.
Generated using TypeDoc
Specifies whether number of gridCount is specified automatically, acoarding to the axis size.
true