Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadDataSeries Class / GetDataLabel Method
Index of the point.


In This Topic
    GetDataLabel Method
    In This Topic
    Gets the data label.
    Syntax
    'Declaration
     
    Public Function GetDataLabel( _
       ByVal pointIndex As Integer _
    ) As DataLabel
    'Usage
     
    Dim instance As SpreadDataSeries
    Dim pointIndex As Integer
    Dim value As DataLabel
     
    value = instance.GetDataLabel(pointIndex)
    public DataLabel GetDataLabel( 
       int pointIndex
    )

    Parameters

    pointIndex
    Index of the point.
    See Also