<kendo:chart-valueAxisItem-majorTicks>

The configuration of the value axis major ticks.

Example

<kendo:chart-valueAxisItem>
    <kendo:chart-valueAxisItem-majorTicks></kendo:chart-valueAxisItem-majorTicks>
</kendo:chart-valueAxisItem>

Configuration Attributes

color java.lang.String

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

Example

<kendo:chart-valueAxisItem-majorTicks color="color">
</kendo:chart-valueAxisItem-majorTicks>

size float

The length of the tick line in pixels.

Example

<kendo:chart-valueAxisItem-majorTicks size="size">
</kendo:chart-valueAxisItem-majorTicks>

skip float

The skip of the value axis major ticks.

Example

<kendo:chart-valueAxisItem-majorTicks skip="skip">
</kendo:chart-valueAxisItem-majorTicks>

step float

The step of the value axis major ticks.

Example

<kendo:chart-valueAxisItem-majorTicks step="step">
</kendo:chart-valueAxisItem-majorTicks>

visible boolean

If set to true the chart will display the value axis major ticks. By default the value axis major ticks are visible.

Example

<kendo:chart-valueAxisItem-majorTicks visible="visible">
</kendo:chart-valueAxisItem-majorTicks>
In this article
Not finding the help you need?