AxisLine
Interface
The appearance settings for the axis lines. Affects the major and minor axis ticks, but not the grid lines (see the basic usage example).
Definition
Package:@progress/kendo-react-charts
Properties
color?
string
The color of the lines. Accepts a valid CSS color string, including hex and rgb. Setting the color option affects the major and minor axis ticks, but not the grid lines.
visible?
boolean
If set to true, the Chart displays the axis lines. By default, the axis lines are visible.
width?
number
The width of the line in pixels. Affects the major and minor axis ticks, but not the grid lines.