Property | Type | Default | Description |
---|
autoGridCount | Boolean | true | Specifies whether number for gridCount is specified automatically, according to the axis size. |
axisAlpha | Number | 0 | Axis opacity. |
axisColor | String | | Axis color. |
axisThickness | Number | | Thickness of the axis. |
color | String | | Label color. |
dashLength | Number | | Length of a dash. By default, the grid line is not dashed. |
fillAlpha | Number | | Fill opacity. Every second space between grid lines can be filled with color. |
fillColor | String | | 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. |
gridAlpha | Number | | Opacity of grid lines. |
gridColor | String | | Color of grid lines. |
gridCount | Number | | Approximate number of grid lines. autoGridCount should be set to false, otherwise this property will be ignored. |
gridThickness | Number | | Thickness of grid lines. |
includeGuidesInMinMax | Boolean | | Specifies whether guide values should be included when calculating min and max of the axis. |
includeHidden | Boolean | | If true, the axis will include hidden graphs when calculating min and max values. |
inside | Boolean | true | 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. |
integersOnly | Boolean | | Specifies whether values on axis can only be integers or both integers and doubles. |
labelFrequency | Number | | Frequency at which labels should be placed. |
labelsEnabled | Boolean | | Specifies whether value labels are displayed. |
logarithmic | Boolean | | Set to true if value axis is logarithmic, false otherwise. |
offset | Number | | The distance of the axis to the plot area, in pixels. Useful if you have more then one axis on the same side. |
position | String | | Position of the value axis. Possible values are "left" and "right". |
reversed | Boolean | | Set to true if value axis is reversed (smaller values on top), false otherwise. |
showFirstLabel | Boolean | | Specifies if first label of value axis should be displayed. |
showLastLabel | Boolean | | Specifies if last label of value axis should be displayed. |
stackType | String | | Stacking mode of the axis. Possible values are: "none", "regular", "100%", "3d". |
tickLength | Number | 0 | Tick length. |
unit | String | | Unit which will be added to the value label. |
unitPosition | String | | Position of the unit. Possible values are "left" or "right". |