Search
Range.setAutoSize Method
See Also
 






Sets a value indicating whether the start and end width of the range will be automatically adjusted to match the width of the scale.

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

 Syntax

Java  Copy Code

public void setAutoSize (
    boolean value
)

 Parameters

value

 Remarks

If this property is set to true the values of getStartWidth and getEndWidth properties are ignored.

 See Also