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






  Gauges

Sets a value indicating how to format DateTime values as labels.

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

 Syntax

Java  Copy Code

public void setDateTimeFormat (
    DateTimeFormat value
)

 Parameters

value

One of the DateTime enumeration values.

 See Also