<kendo:linearGauge-scale-minorTicks>
Configures the scale minor ticks.
Example
<kendo:linearGauge-scale>
<kendo:linearGauge-scale-minorTicks></kendo:linearGauge-scale-minorTicks>
</kendo:linearGauge-scale>
Configuration Attributes
color java.lang.String
The color of the minor ticks. Any valid CSS color string will work here, including hex and rgb.
Example
<kendo:linearGauge-scale-minorTicks color="color">
</kendo:linearGauge-scale-minorTicks>
size float
The minor tick size. This is the length of the line in pixels that is drawn to indicate the tick on the scale.
Example
<kendo:linearGauge-scale-minorTicks size="size">
</kendo:linearGauge-scale-minorTicks>
visible boolean
The visibility of the minor ticks.
Example
<kendo:linearGauge-scale-minorTicks visible="visible">
</kendo:linearGauge-scale-minorTicks>
width float
The width of the minor ticks.
Example
<kendo:linearGauge-scale-minorTicks width="width">
</kendo:linearGauge-scale-minorTicks>