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