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






Implements Series.getSupportedLabels. Returns a combination of LabelKinds.InnerLabel and LabelKinds.OuterLabel.

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

 Syntax

Java  Copy Code

public EnumSet<LabelKinds> getSupportedLabels ()

 Return Value

A member of the LabelKinds enumeration. The members allow bitwise combining.

 See Also

PieSeries Members
PieSeries Class
com.mindfusion.charting Namespace