Search
AxisBuilder.minValue Method
See Also
 






Sets the smallest value displayed on the axis.

Namespace: com.mindfusion.charting.builders
File: com.mindfusion.charting.builders

 Syntax

Java  Copy Code

public AxisBuilder minValue (
    double value
)

 Parameters

value

 Return Value

This AxisBuilder.

 See Also