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






Implements Series.GetLabel. Returns an element of the Labels list.

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

Series3D Members
Series3D Class
MindFusion.Charting Namespace