<kendo:chart-yAxisItem-minorTicks>

The configuration of the y axis minor ticks.

Example

<kendo:chart-yAxisItem>
    <kendo:chart-yAxisItem-minorTicks></kendo:chart-yAxisItem-minorTicks>
</kendo:chart-yAxisItem>

Configuration Attributes

color java.lang.String

The color of the y axis minor ticks lines. Accepts a valid CSS color string, including hex and rgb.

Example

<kendo:chart-yAxisItem-minorTicks color="color">
</kendo:chart-yAxisItem-minorTicks>

size float

The length of the tick line in pixels.

Example

<kendo:chart-yAxisItem-minorTicks size="size">
</kendo:chart-yAxisItem-minorTicks>

skip float

The skip of the y axis minor ticks.

Example

<kendo:chart-yAxisItem-minorTicks skip="skip">
</kendo:chart-yAxisItem-minorTicks>

step float

The step of the y axis minor ticks.

Example

<kendo:chart-yAxisItem-minorTicks step="step">
</kendo:chart-yAxisItem-minorTicks>

visible boolean

If set to true the chart will display the y axis minor ticks. By default the y axis minor ticks are not visible.

Example

<kendo:chart-yAxisItem-minorTicks visible="visible">
</kendo:chart-yAxisItem-minorTicks>

width float

The width of the minor ticks in pixels.

Example

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