React LinearGauge - Scale

Specifies the gauge's scale properties.

import { LinearGaugeTypes } from "devextreme-react/linear-gauge"

horizontalOrientation

Specifies the orientation of scale ticks. Applies only if the geometry.orientation property is "vertical".

Default Value: 'right'

label

Specifies common properties for scale labels.

Type:

Object

scaleDivisionFactor

Specifies the minimum distance between two neighboring major ticks in pixels.

Type:

Number

Default Value: 25

verticalOrientation

Specifies the orientation of scale ticks. Applies only if the geometry.orientation property is "horizontal".

Default Value: 'bottom'