Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadDataSeries Class / DataLabelStyle Property


In This Topic
    DataLabelStyle Property
    In This Topic
    Gets the style of the data label.
    Syntax
    'Declaration
     
    Public ReadOnly Property DataLabelStyle As ChartLabelStyleInfo
    'Usage
     
    Dim instance As SpreadDataSeries
    Dim value As ChartLabelStyleInfo
     
    value = instance.DataLabelStyle
    public ChartLabelStyleInfo DataLabelStyle {get;}

    Property Value

    The style of the data label.
    See Also