Implements Series.getSupportedLabels. Gets the kind of labels reported as supported by this Series2D.
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.
See Also