New to Kendo UI for AngularStart a free 30-day trial

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 scale labels.

Configures the appearance of the scale line.

Sets the major scale ticks.

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.

Defines the interval between minor divisions.

mirror?

boolean

Mirrors the scale labels and ticks. When you set this option to true, the labels and ticks appear on the opposite side of the scale.

Default:

false

Sets the default color of the ranges.

Configures the ranges that are displayed on the scale.

Specifies the width of the range indicators.

reverse?

boolean

Reverses the scale direction.

vertical?

boolean

Sets the orientation of the scale. When you set this option to false, the scale displays horizontally.

Default:

true