New to Kendo UI for AngularStart a free 30-day trial

Represents the configuration options for the scale of a RadialGauge (more information and example).

Definition

Package:@progress/kendo-angular-gauges

Selector:kendo-radialgauge-scale

Syntax:

html
<kendo-radialgauge>
   <kendo-radialgauge-scale [startAngle]="0" [endAngle]="180">
   </kendo-radialgauge-scale>
</kendo-radialgauge>

Inputs

endAngle?

number

Specifies the end angle of the Gauge in degrees.

Configures the scale labels.

Sets the major scale ticks.

Defines the interval between major divisions.

max?

number

Specifies the maximum value of the scale.

min?

number

Specifies the minimum value of the scale.

Sets the minor scale ticks.

Defines the interval between minor divisions.

Specifies the distance between the scale ranges and the ticks.

Sets the default color of the ranges.

Sets the ranges of the scale.

Specifies the width of the range indicators.

reverse?

boolean

Reverses the scale direction.

Specifies the start angle of the Gauge in degrees.