<kendo:stockChart-navigator-categoryAxis-minorTicks>

The configuration of the category axis minor ticks.

Example

<kendo:stockChart-navigator-categoryAxis>
    <kendo:stockChart-navigator-categoryAxis-minorTicks></kendo:stockChart-navigator-categoryAxis-minorTicks>
</kendo:stockChart-navigator-categoryAxis>

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

size float

The length of the tick line in pixels.

Example

<kendo:stockChart-navigator-categoryAxis-minorTicks size="size">
</kendo:stockChart-navigator-categoryAxis-minorTicks>

skip float

The skip of the category axis minor ticks.

Example

<kendo:stockChart-navigator-categoryAxis-minorTicks skip="skip">
</kendo:stockChart-navigator-categoryAxis-minorTicks>

step float

The step of the category axis minor ticks.

Example

<kendo:stockChart-navigator-categoryAxis-minorTicks step="step">
</kendo:stockChart-navigator-categoryAxis-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:stockChart-navigator-categoryAxis-minorTicks visible="visible">
</kendo:stockChart-navigator-categoryAxis-minorTicks>

width float

The width of the minor ticks in pixels.

Example

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