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