Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IDataLabels Interface / ShowCategoryName Property


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