<kendo:sparkline-categoryAxisItem-minorTicks>
The minor ticks of the axis.
Example
<kendo:sparkline-categoryAxisItem>
<kendo:sparkline-categoryAxisItem-minorTicks></kendo:sparkline-categoryAxisItem-minorTicks>
</kendo:sparkline-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:sparkline-categoryAxisItem-minorTicks color="color">
</kendo:sparkline-categoryAxisItem-minorTicks>
size float
The axis minor tick size. This is the length of the line in pixels that is drawn to indicate the tick on the chart.
Example
<kendo:sparkline-categoryAxisItem-minorTicks size="size">
</kendo:sparkline-categoryAxisItem-minorTicks>
skip float
The skip of the category axis minor ticks.
Example
<kendo:sparkline-categoryAxisItem-minorTicks skip="skip">
</kendo:sparkline-categoryAxisItem-minorTicks>
step float
The step of the category axis minor ticks.
Example
<kendo:sparkline-categoryAxisItem-minorTicks step="step">
</kendo:sparkline-categoryAxisItem-minorTicks>
visible boolean
The visibility of the minor ticks.
Example
<kendo:sparkline-categoryAxisItem-minorTicks visible="visible">
</kendo:sparkline-categoryAxisItem-minorTicks>
width float
The width of the minor ticks in pixels.
Example
<kendo:sparkline-categoryAxisItem-minorTicks width="width">
</kendo:sparkline-categoryAxisItem-minorTicks>