<kendo:chart-categoryAxisItem-majorTicks>
The configuration of the category axis major ticks.
Example
<kendo:chart-categoryAxisItem>
<kendo:chart-categoryAxisItem-majorTicks></kendo:chart-categoryAxisItem-majorTicks>
</kendo:chart-categoryAxisItem>
Configuration Attributes
color java.lang.String
The color of the category axis major ticks lines. Accepts a valid CSS color string, including hex and rgb.
Example
<kendo:chart-categoryAxisItem-majorTicks color="color">
</kendo:chart-categoryAxisItem-majorTicks>
size float
The length of the tick line in pixels.
Example
<kendo:chart-categoryAxisItem-majorTicks size="size">
</kendo:chart-categoryAxisItem-majorTicks>
skip float
The skip of the category axis major ticks.
Example
<kendo:chart-categoryAxisItem-majorTicks skip="skip">
</kendo:chart-categoryAxisItem-majorTicks>
step float
The step of the category axis major ticks.
Example
<kendo:chart-categoryAxisItem-majorTicks step="step">
</kendo:chart-categoryAxisItem-majorTicks>
visible boolean
If set to true the chart will display the category axis major ticks. By default the category axis major ticks are visible.
Example
<kendo:chart-categoryAxisItem-majorTicks visible="visible">
</kendo:chart-categoryAxisItem-majorTicks>
width float
The width of the major ticks in pixels.
Example
<kendo:chart-categoryAxisItem-majorTicks width="width">
</kendo:chart-categoryAxisItem-majorTicks>