Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / ISeries Interface / ShowDataLabels Property


In This Topic
    ShowDataLabels Property
    In This Topic
    Gets or sets a value indicating whether the series has data labels.
    Syntax
    'Declaration
     
    Property ShowDataLabels As Boolean
    'Usage
     
    Dim instance As ISeries
    Dim value As Boolean
     
    instance.ShowDataLabels = value
     
    value = instance.ShowDataLabels
    bool ShowDataLabels {get; set;}
    See Also