GrapeCity.Xaml.Excel
ShowDataLabelsOverMaximun Property (IExcelChart)


GrapeCity.Excel.Chart Namespace > IExcelChart Interface : ShowDataLabelsOverMaximun Property
Specifies data labels over the maximun of the chart shall be shown.
Syntax
'Declaration
 
Property ShowDataLabelsOverMaximun As Boolean
'Usage
 
Dim instance As IExcelChart
Dim value As Boolean
 
instance.ShowDataLabelsOverMaximun = value
 
value = instance.ShowDataLabelsOverMaximun
bool ShowDataLabelsOverMaximun {get; set;}
See Also

Reference

IExcelChart Interface
IExcelChart Members