Search
TickSettings.setStep Method
See Also
 






Sets the value between adjacent ticks and labels.

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

 Syntax

Java  Copy Code

public void setStep (
    double value
)

 Parameters

value

 Remarks

This property is mutually exclusive with the getCount property. If both are specified the getStep property will take precedence.

 See Also