AxisTicks
Interface
Specifies the appearance configuration for the major and minor axis ticks (see example).
Definition
Package:@progress/kendo-angular-charts
Properties
color?
string
Specifies the color of the tick lines. Accepts a valid CSS color string, including hex and rgb.
size?
number
Specifies the length of the tick line in pixels.
skip?
number
Specifies the number of ticks to skip at the beginning.
step?
number
Specifies the tick-rendering step. Renders every nth tick, where n is the step.
visible?
boolean
Determines whether to display the axis ticks. By default, only the major axis ticks are visible.
width?
number
Specifies the width of the ticks in pixels.