Search
LinearScale.getScaleAlignment Method
See Also
 






Gets the alignment of the scale.

Namespace: com.mindfusion.charting.components.gauges
File: com.mindfusion.charting.components.gauges

 Syntax

Java  Copy Code

public Alignment getScaleAlignment ()

 Return Value

 Remarks

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

 See Also