Search
OvalScale.setScaleRelativeCenter Method
See Also
 






Sets the center of the scale relative to the scale bounds. A value of (0.5, 0.5) indicates the center of the bounds, a value of (0, 0) indicates the top-left corner.

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

 Syntax

Java  Copy Code

public void setScaleRelativeCenter (
    Point2D value
)

 Parameters

value

 See Also