<kendo:radialGauge-scale-minorTicks>

Configures the scale minor ticks.

Example

<kendo:radialGauge-scale>
    <kendo:radialGauge-scale-minorTicks></kendo:radialGauge-scale-minorTicks>
</kendo:radialGauge-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:radialGauge-scale-minorTicks color="color">
</kendo:radialGauge-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:radialGauge-scale-minorTicks size="size">
</kendo:radialGauge-scale-minorTicks>

visible boolean

The visibility of the minor ticks.

Example

<kendo:radialGauge-scale-minorTicks visible="visible">
</kendo:radialGauge-scale-minorTicks>

width float

The width of the minor ticks.

Example

<kendo:radialGauge-scale-minorTicks width="width">
</kendo:radialGauge-scale-minorTicks>
In this article
Not finding the help you need?