<kendo:chart-yAxisItem-majorTicks>
The configuration of the scatter chart y axis major ticks.
Example
<kendo:chart-yAxisItem>
<kendo:chart-yAxisItem-majorTicks></kendo:chart-yAxisItem-majorTicks>
</kendo:chart-yAxisItem>
Configuration Attributes
color java.lang.String
The color of the scatter chart y axis major ticks lines. Accepts a valid CSS color string, including hex and rgb.
Example
<kendo:chart-yAxisItem-majorTicks color="color">
</kendo:chart-yAxisItem-majorTicks>
size float
The length of the tick line in pixels.
Example
<kendo:chart-yAxisItem-majorTicks size="size">
</kendo:chart-yAxisItem-majorTicks>
skip float
The skip of the y axis major ticks.
Example
<kendo:chart-yAxisItem-majorTicks skip="skip">
</kendo:chart-yAxisItem-majorTicks>
step float
The step of the y axis major ticks.
Example
<kendo:chart-yAxisItem-majorTicks step="step">
</kendo:chart-yAxisItem-majorTicks>
visible boolean
If set to true the chart will display the scatter chart y axis major ticks. By default the category axis major ticks are visible.
Example
<kendo:chart-yAxisItem-majorTicks visible="visible">
</kendo:chart-yAxisItem-majorTicks>
width float
The width of the major ticks in pixels.
Example
<kendo:chart-yAxisItem-majorTicks width="width">
</kendo:chart-yAxisItem-majorTicks>