Search
DataBoundSeries.getSupportedLabels Method
See Also
 






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

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