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






  Gauges

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

Namespace: com.mindfusion.charting
File: 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