Gets or sets the alignment of the scale.
Namespace: MindFusion.Gauges
File: LinearScale.js
SyntaxJavaScript
Copy Code
|
|---|
get scaleAlignment() {} |
Alignment
The alignment of the scale.
RemarksAll 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