Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / DataLabel Class / DataLabelSettings Property


In This Topic
    DataLabelSettings Property (DataLabel)
    In This Topic
    Gets the data label settings.
    Syntax
    'Declaration
     
    Public Property DataLabelSettings As DataLabelSettings
    'Usage
     
    Dim instance As DataLabel
    Dim value As DataLabelSettings
     
    instance.DataLabelSettings = value
     
    value = instance.DataLabelSettings
    public DataLabelSettings DataLabelSettings {get; set;}

    Property Value

    The data label settings.
    See Also