Implements Series.getSupportedLabels. Returns the kind of labels supported by this StockPriceSeries.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
Java Copy Code |
---|
public EnumSet<LabelKinds> getSupportedLabels () |
One of the LabelKinds enumeration values. The members allow bitwise combining. StockPriceSeries returns LabelKinds.InnerLabel.
MindFusion.Charting for Java Programmer's Guide | © 2024 MindFusion |