Search
DateTimeSeries.setMinDate Method
See Also
 






Sets the start of the time range.

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

 Syntax

Java  Copy Code

public void setMinDate (
    Date value
)

 Parameters

value

A Date instance.

 Remarks

Use setMinValue to specify the number that corresponds to MinDate.

 See Also