GrapeCity.Xaml.Excel
ShowValue Property (ExcelDataLabel)


GrapeCity.Excel.Chart Namespace > ExcelDataLabel Class : ShowValue Property
Specifies whether the data label show the value.
Syntax
'Declaration
 
Public Property ShowValue As Boolean
'Usage
 
Dim instance As ExcelDataLabel
Dim value As Boolean
 
instance.ShowValue = value
 
value = instance.ShowValue
public bool ShowValue {get; set;}
See Also

Reference

ExcelDataLabel Class
ExcelDataLabel Members