New to KendoReact? Start a free 30-day trial
LinearScale
The scale options of the Gauge.
Name | Type | Default | Description |
---|---|---|---|
labels? |
|
Configures the scale labels. | |
line? |
|
Configures the scale line. | |
majorTicks? |
|
Configures the major scale ticks. | |
majorUnit? |
|
The interval between major divisions. | |
max? |
|
The maximum value of the scale. | |
min? |
|
The minimum value of the scale. | |
minorTicks? |
|
Configures the minor scale ticks. | |
minorUnit? |
|
The interval between minor divisions. | |
mirror? |
|
Mirrors the scale labels and ticks. If the labels are normally on the left side of the scale, the mirroring of the scale will render them to the right. | |
rangePlaceholderColor? |
|
The default color of the ranges. | |
ranges? |
|
The ranges of the scale. | |
rangeSize? |
|
The width of the range indicators. | |
reverse? |
|
Reverses the scale direction. | |
vertical? |
|
|
Specifies if the scale will be vertical (see example). |