Search
BarSeries.getLabel Method
See Also
 






SimpleSeries.getLabel override. Returns the label at the specified index and from the specified type.

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

 Syntax

Java  Copy Code

public String getLabel (
    int index,
    LabelKinds kind
)

 Parameters

index

An integer value specifying the index of the data item with which this label is associated.

kind

A member of the LabelKinds enumeration that identifies the label type. Note that the enumeration allows bitwise combination of values.

 Return Value

A string that represents the item's label of the specified kind.

 See Also