Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IDataLabel Interface / ShowSeriesName Property


In This Topic
    ShowSeriesName Property (IDataLabel)
    In This Topic
    Gets or sets a value indicating whether the series name display behavior for the data labels on a chart.
    Syntax
    'Declaration
     
    Property ShowSeriesName As Boolean
    'Usage
     
    Dim instance As IDataLabel
    Dim value As Boolean
     
    instance.ShowSeriesName = value
     
    value = instance.ShowSeriesName
    bool ShowSeriesName {get; set;}
    See Also