Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadDataSeries Class / GetDataLabels Method


In This Topic
    GetDataLabels Method
    In This Topic
    Gets all the data labels.
    Syntax
    'Declaration
     
    Public Function GetDataLabels() As DataLabel()
    'Usage
     
    Dim instance As SpreadDataSeries
    Dim value() As DataLabel
     
    value = instance.GetDataLabels()
    public DataLabel[] GetDataLabels()

    Return Value

    Returns all the data labels.
    See Also