<kendo:stockChart-categoryAxisItem-minorTicks>

The minor ticks of the axis.

Example

<kendo:stockChart-categoryAxisItem>
    <kendo:stockChart-categoryAxisItem-minorTicks></kendo:stockChart-categoryAxisItem-minorTicks>
</kendo:stockChart-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:stockChart-categoryAxisItem-minorTicks color="color">
</kendo:stockChart-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:stockChart-categoryAxisItem-minorTicks size="size">
</kendo:stockChart-categoryAxisItem-minorTicks>

skip float

The skip of the category axis minor ticks.

Example

<kendo:stockChart-categoryAxisItem-minorTicks skip="skip">
</kendo:stockChart-categoryAxisItem-minorTicks>

step float

The step of the category axis minor ticks.

Example

<kendo:stockChart-categoryAxisItem-minorTicks step="step">
</kendo:stockChart-categoryAxisItem-minorTicks>

visible boolean

The visibility of the minor ticks.

Example

<kendo:stockChart-categoryAxisItem-minorTicks visible="visible">
</kendo:stockChart-categoryAxisItem-minorTicks>

width float

The width of the minor ticks in pixels.

Example

<kendo:stockChart-categoryAxisItem-minorTicks width="width">
</kendo:stockChart-categoryAxisItem-minorTicks>
In this article
Not finding the help you need?