Search
Series2D.setSupportedLabels Method
See Also
 






Sets the kind of labels reported as supported by this Series2D.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public void setSupportedLabels (
    LabelKinds value
)

 Parameters

value

One of the LabelKinds enumeration values. The members allow bitwise combining.

 See Also