Search
LinearScale.setScaleAlignment Method
See Also
 






Sets the alignment of the scale.

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

 Syntax

Java  Copy Code

public void setScaleAlignment (
    Alignment value
)

 Parameters

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