Search
AxisBuilder.maxValue Method
See Also
 






Sets the largest value displayed on the axis.

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

 Syntax

Java  Copy Code

public AxisBuilder maxValue (
    double value
)

 Parameters

value

 Return Value

This AxisBuilder.

 See Also