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


In This Topic
    ShowSeriesName Property
    In This Topic
    Gets or sets a value that indicates whether to show the series name.
    Syntax
    'Declaration
     
    Public Property ShowSeriesName As Boolean
    'Usage
     
    Dim instance As DataLabelSettings
    Dim value As Boolean
     
    instance.ShowSeriesName = value
     
    value = instance.ShowSeriesName
    public bool ShowSeriesName {get; set;}

    Property Value

    true to show the series name; otherwise, false.
    See Also