Search
DateTimeSeries.setMaxDate Method
See Also
 






Sets the end of the time range.

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

 Syntax

Java  Copy Code

public void setMaxDate (
    Date value
)

 Parameters

value

A Date instance.

 Remarks

Use setMaxValue to specify the number that corresponds to MaxDate.

 See Also