New to Kendo UI for Angular? Start 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
| Name | Type | Default | Description | 
|---|---|---|---|
| endAngle? | 
 | Specifies the end angle of the Gauge in degrees. | |
| labels? | 
 | Configures the scale labels. | |
| majorTicks? | 
 | Sets the major scale ticks. | |
| majorUnit? | 
 | Defines the interval between major divisions. | |
| max? | 
 | Specifies the maximum value of the scale. | |
| min? | 
 | Specifies the minimum value of the scale. | |
| minorTicks? | 
 | Sets the minor scale ticks. | |
| minorUnit? | 
 | Defines the interval between minor divisions. | |
| rangeDistance? | 
 | Specifies the distance between the scale ranges and the ticks. | |
| rangePlaceholderColor? | 
 | Sets the default color of the ranges. | |
| ranges? | 
 | Sets the ranges of the scale. | |
| rangeSize? | 
 | Specifies the width of the range indicators. | |
| reverse? | 
 | Reverses the scale direction. | |
| startAngle? | 
 | Specifies the start angle of the Gauge in degrees. |