GrapeCity.Xaml.Excel
ShowDataLabelsOverMaximun Property (ExcelChart)


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

Reference

ExcelChart Class
ExcelChart Members