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

RadialScaleComponent

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

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

Selector

kendo-radialgauge-scale

Inputs

NameTypeDefaultDescription

endAngle?

number

Specifies the end angle of the Gauge in degrees.

labels?

RadialLabels

Configures the scale labels.

majorTicks?

Ticks

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.

minorTicks?

Ticks

Sets the minor scale ticks.

minorUnit?

number

Defines the interval between minor divisions.

rangeDistance?

number

Specifies the distance between the scale ranges and the ticks.

rangePlaceholderColor?

string

Sets the default color of the ranges.

ranges?

Range[]

Sets the ranges of the scale.

rangeSize?

number

Specifies the width of the range indicators.

reverse?

boolean

Reverses the scale direction.

startAngle?

number

Specifies the start angle of the Gauge in degrees.

In this article
SelectorInputs
Not finding the help you need?
Contact Support