Search
DateTimeSeries.getSupportedLabels Method
See Also
 






Implements Series.getSupportedLabels. DateTimeSeries returns LabelKinds.XAxisLabel.

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

 Syntax

Java  Copy Code

public EnumSet<LabelKinds> getSupportedLabels ()

 Return Value

One of the LabelKinds enumeration values. For DateTimeSeries it is LabelKinds.XAxisLabel.

 See Also