<kendo:circularGauge-scale>

Configures the scale.

Example

<kendo:circularGauge>
    <kendo:circularGauge-scale></kendo:circularGauge-scale>
</kendo:circularGauge>

Configuration Attributes

majorUnit float

The interval between major divisions.

Example

<kendo:circularGauge-scale majorUnit="majorUnit">
</kendo:circularGauge-scale>

max float

The maximum value of the scale.

Example

<kendo:circularGauge-scale max="max">
</kendo:circularGauge-scale>

min float

The minimum value of the scale.

Example

<kendo:circularGauge-scale min="min">
</kendo:circularGauge-scale>

minorUnit float

The interval between minor divisions.

Example

<kendo:circularGauge-scale minorUnit="minorUnit">
</kendo:circularGauge-scale>

rangeDistance float

The distance from the range indicators to the ticks.

Example

<kendo:circularGauge-scale rangeDistance="rangeDistance">
</kendo:circularGauge-scale>

rangePlaceholderColor java.lang.String

The default color for the ranges.

Example

<kendo:circularGauge-scale rangePlaceholderColor="rangePlaceholderColor">
</kendo:circularGauge-scale>

rangeSize float

The width of the range indicators.

Example

<kendo:circularGauge-scale rangeSize="rangeSize">
</kendo:circularGauge-scale>

reverse boolean

Reverses the scale direction - values are increase anticlockwise.

Example

<kendo:circularGauge-scale reverse="reverse">
</kendo:circularGauge-scale>

startAngle float

The start angle of the gauge. The gauge is rendered clockwise(0 degrees are the 180 degrees in the polar coordinate system)

Example

<kendo:circularGauge-scale startAngle="startAngle">
</kendo:circularGauge-scale>

Configuration JSP Tags

kendo:circularGauge-scale-labels

Configures the scale labels.

More documentation is available at kendo:circularGauge-scale-labels.

Example

<kendo:circularGauge-scale>
    <kendo:circularGauge-scale-labels></kendo:circularGauge-scale-labels>
</kendo:circularGauge-scale>

kendo:circularGauge-scale-majorTicks

Configures the scale major ticks.

More documentation is available at kendo:circularGauge-scale-majorTicks.

Example

<kendo:circularGauge-scale>
    <kendo:circularGauge-scale-majorTicks></kendo:circularGauge-scale-majorTicks>
</kendo:circularGauge-scale>

kendo:circularGauge-scale-minorTicks

Configures the scale minor ticks.

More documentation is available at kendo:circularGauge-scale-minorTicks.

Example

<kendo:circularGauge-scale>
    <kendo:circularGauge-scale-minorTicks></kendo:circularGauge-scale-minorTicks>
</kendo:circularGauge-scale>
In this article
Not finding the help you need?