MindFusion.Java Package Programmer's Guide
StockPriceSeries.getSupportedLabels Method
See Also
 






Implements Series.getSupportedLabels. Returns the kind of labels supported by this StockPriceSeries.

Namespace: com.mindfusion.charting
Package: com.mindfusion.charting

 Syntax

Java  Copy Code

public EnumSet<LabelKinds> getSupportedLabels ()

 Return Value

One of the LabelKinds enumeration values. The members allow bitwise combining.  StockPriceSeries returns LabelKinds.InnerLabel.

 See Also

StockPriceSeries Members
StockPriceSeries Class
com.mindfusion.charting Namespace