Implements Series.getSupportedLabels. Returns the types of labels supported by this DataBoundSeries.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
SyntaxJava
Copy Code
|
|---|
public EnumSet<LabelKinds> getSupportedLabels () |
One of the LabelKinds enumeration values. The values allow bitwise combination.
RemarksResult depends on which *LabelsDataField properties are set.
See Also