New to Kendo UI for Angular? Start a free 30-day trial
AxisTicks
Specifies the appearance configuration for the major and minor axis ticks (see example).
Name | Type | Default | Description |
---|---|---|---|
color? |
|
Specifies the color of the tick lines. Accepts a valid CSS color string, including hex and rgb. | |
size? |
|
Specifies the length of the tick line in pixels. | |
skip? |
|
Specifies the number of ticks to skip at the beginning. | |
step? |
|
Specifies the tick-rendering step. Renders every nth tick, where | |
visible? |
|
Determines whether to display the axis ticks. By default, only the major axis ticks are visible. | |
width? |
|
Specifies the width of the ticks in pixels. |