<kendo:stockChart-categoryAxisItem-majorTicks>
The major ticks of the axis.
Example
<kendo:stockChart-categoryAxisItem>
<kendo:stockChart-categoryAxisItem-majorTicks></kendo:stockChart-categoryAxisItem-majorTicks>
</kendo:stockChart-categoryAxisItem>
Configuration Attributes
color java.lang.String
The color of the category axis major ticks lines. Accepts a valid CSS color string, including hex and rgb.
Example
<kendo:stockChart-categoryAxisItem-majorTicks color="color">
</kendo:stockChart-categoryAxisItem-majorTicks>
size float
The axis major 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-majorTicks size="size">
</kendo:stockChart-categoryAxisItem-majorTicks>
skip float
The skip of the category axis major ticks.
Example
<kendo:stockChart-categoryAxisItem-majorTicks skip="skip">
</kendo:stockChart-categoryAxisItem-majorTicks>
step float
The step of the category axis major ticks.
Example
<kendo:stockChart-categoryAxisItem-majorTicks step="step">
</kendo:stockChart-categoryAxisItem-majorTicks>
visible boolean
The visibility of the major ticks.
Example
<kendo:stockChart-categoryAxisItem-majorTicks visible="visible">
</kendo:stockChart-categoryAxisItem-majorTicks>
width float
The width of the major ticks in pixels.
Example
<kendo:stockChart-categoryAxisItem-majorTicks width="width">
</kendo:stockChart-categoryAxisItem-majorTicks>