MindFusion.Charting for Java Programmer's Guide
DateTimeSeries.setMaxValue Method
See Also
 






  Gauges

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