Charting for WinForms Programmer's Guide
XmlSeries.GetLabel Method
See Also
 






Implements Series.GetLabel. Returns a label for the specified data item in the XML document.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public string GetLabel (
    int index,
    LabelKinds kind
)

Visual Basic  Copy Code

Public 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

XmlSeries Members
XmlSeries Class
MindFusion.Charting Namespace