LinearScaleComponent
Represents the configuration options for the scale of the LinearGauge (see example).
<kendo-lineargauge>
    <kendo-lineargauge-scale [mirror]="true" [vertical]="false">
    </kendo-lineargauge-scale>
</kendo-lineargauge>Selector
kendo-lineargauge-scale
Inputs
| Name | Type | Default | Description | 
|---|---|---|---|
| labels? | 
 | Sets the scale labels. | |
| line? | 
 | Configures the appearance of the scale line. | |
| 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. | |
| mirror? | 
 | 
 | Mirrors the scale labels and ticks. When you set this option to  | 
| rangePlaceholderColor? | 
 | Sets the default color of the ranges. | |
| ranges? | 
 | Configures the ranges that are displayed on the scale. | |
| rangeSize? | 
 | Specifies the width of the range indicators. | |
| reverse? | 
 | Reverses the scale direction. | |
| vertical? | 
 | 
 | Sets the orientation of the scale. When you set this option to  |