Search
DateTimeSeries.setMinValue Method
See Also
 






Sets the coordinate corresponding to MinDate.

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

 Syntax

Java  Copy Code

public void setMinValue (
    double value
)

 Parameters

value

A double value.

 Remarks

Use setMinDate to specify the Date that corresponds to the min value.

 See Also