LinearScaleComponent
Component
Represents the configuration options for the scale of the LinearGauge (see example).
Definition
Package:@progress/kendo-angular-gauges
Selector:kendo-lineargauge-scale
Syntax:
html
<kendo-lineargauge>
<kendo-lineargauge-scale [mirror]="true" [vertical]="false">
</kendo-lineargauge-scale>
</kendo-lineargauge>
Inputs
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.
Sets the minor scale ticks.
minorUnit
number
Defines the interval between minor divisions.
mirror
boolean
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
string
Sets the default color of the ranges.
rangeSize
number
Specifies the width of the range indicators.
reverse
boolean
Reverses the scale direction.
vertical
boolean
Determines if the scale is vertical (see example).
Default:
true