Search
LinearScale.scaleAlignment Property
See Also
 






Gets or sets the alignment of the scale.

Namespace: MindFusion.Gauges
File: LinearScale.js

 Syntax

JavaScript  Copy Code

get scaleAlignment() {}
set scaleAlignment(value) {}

 Property Value

Alignment

The alignment of the scale.

 Remarks

All Inner* values align a vertical scale to the left side and a horizontalscale to the top side of the control. All Outer* values align a verticalscale to the right side and a horizontal scale to the bottom side of thecontrol. All Center* values center the scale along its length.

 See Also