<kendo:linearGauge-scale-majorTicks>
Configures the scale major ticks.
Example
<kendo:linearGauge-scale>
<kendo:linearGauge-scale-majorTicks></kendo:linearGauge-scale-majorTicks>
</kendo:linearGauge-scale>
Configuration Attributes
color java.lang.String
The color of the major ticks. Any valid CSS color string will work here, including hex and rgb.
Example
<kendo:linearGauge-scale-majorTicks color="color">
</kendo:linearGauge-scale-majorTicks>
size float
The major 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-majorTicks size="size">
</kendo:linearGauge-scale-majorTicks>
visible boolean
The visibility of the major ticks.
Example
<kendo:linearGauge-scale-majorTicks visible="visible">
</kendo:linearGauge-scale-majorTicks>
width float
The width of the major ticks.
Example
<kendo:linearGauge-scale-majorTicks width="width">
</kendo:linearGauge-scale-majorTicks>