GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / IDataLabel Interface / ShowCategoryName Property


In This Topic
ShowCategoryName Property (IDataLabel)
In This Topic
Gets or sets a value indicating whether display the category name for the data label on a chart.
Syntax
'Declaration
 
Property ShowCategoryName As Boolean
 
'Usage
 
Dim instance As IDataLabel
Dim value As Boolean
 
instance.ShowCategoryName = value
 
value = instance.ShowCategoryName
See Also