Search
DateTimeSeries.setMaxValue Method
See Also
 






Sets the coordinate corresponding to MaxDate.

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

 Syntax

Java  Copy Code

public void setMaxValue (
    double value
)

 Parameters

value

A double number.

 Remarks

Use setMaxDate to specify the end Date.

 See Also