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

Sets the ending angle of the gauge. The Gauge renders clockwise where 0 degrees equals 180 degrees in the polar coordinate system.

Sets up the scale labels.

Sets the major scale ticks.

majorUnit

number

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.

minorUnit

number

Defines the interval between minor divisions.

Defines the distance between the range indicators and the ticks.

Sets the default color of the ranges.

Defines the ranges of the scale.

rangeSize

number

Specifies the width of the range indicators.

reverse

boolean

Reverses the scale direction.

Sets the starting angle of the gauge. The Gauge renders clockwise where 0 degrees equals 180 degrees in the polar coordinate system.