Search
BarSeries.GetLabel Method
See Also
 






SimpleSeries.GetLabel override. Returns an element of a labels list.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public override string GetLabel (
    int index,
    LabelKinds kind
)

Visual Basic  Copy Code

Public Overrides Function GetLabel( _
    index As Integer, _
    kind As LabelKinds _
) As String

 Parameters

index

An integer value specifying the index of a data item.

kind

A member of the LabelKinds enumeration.

 Return Value

A string containing the item's label.

 See Also