Search
LegendRenderer.setElementLabelKind Method
See Also
 






Sets the kind of labels supported by this element.

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

 Syntax

Java  Copy Code

public void setElementLabelKind (
    LabelKinds value
)

 Parameters

value

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

 See Also