JavaScript/jQuery LinearGauge - Scale
Specifies the gauge's scale properties.
import { Scale } from "devextreme/viz/linear_gauge"
horizontalOrientation
Specifies the orientation of scale ticks. Applies only if the geometry.orientation property is "vertical".
Type:
Default Value: 'right'
scaleDivisionFactor
Specifies the minimum distance between two neighboring major ticks in pixels.
Type:
Default Value: 25
verticalOrientation
Specifies the orientation of scale ticks. Applies only if the geometry.orientation property is "horizontal".
Type:
Default Value: 'bottom'
Feedback