New to Kendo UI for Angular? Start a free 30-day trial
LinearScale
Represents the scale options of the Gauge.
Name | Type | Default | Description |
---|---|---|---|
labels? |
|
Sets the scale labels. | |
line? |
|
Sets up 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. If the labels are normally on the left side of the scale, mirroring the scale renders them to the right. | |
rangePlaceholderColor? |
|
Sets the default color of the ranges. | |
ranges? |
|
Defines the ranges of the scale. | |
rangeSize? |
|
Specifies the width of the range indicators. | |
reverse? |
|
Reverses the scale direction. | |
vertical? |
|
|
Determines if the scale is vertical (see example). |