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


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

    Property Value

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