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






Implements Series.getSupportedLabels. Returns the types of labels supported by this DataBoundSeries

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

 Syntax

Java  Copy Code

public EnumSet<LabelKinds> getSupportedLabels ()

 Return Value

One of the LabelKinds enumeration values. The values allow bitwise combination.

 Remarks

Result depends on which *LabelsDataField properties are set.

 See Also

DataBoundSeries Members
DataBoundSeries Class
com.mindfusion.charting Namespace