MindFusion.Charting for Java Programmer's Guide
Chart.setLegendElementLabelKind Method
See Also
 






  Gauges

Sets the kind of labels in the list of Series used by this Chart that provides data for the legend labels.

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

 Syntax

Java  Copy Code

public void setLegendElementLabelKind (
    LabelKinds value
)

 Parameters

value

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

 See Also