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


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