Implements Series.getSupportedLabels. Returns the kind of labels supported by this StockPriceSeries.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
SyntaxJava
Copy Code
|
|---|
public EnumSet<LabelKinds> getSupportedLabels () |
One of the LabelKinds enumeration values. The members allow bitwise combining. StockPriceSeries returns LabelKinds.InnerLabel.
See Also