GrapeCity.Xaml.Excel
DataLabels Property (ExcelScatterChart)


GrapeCity.Excel.Chart Namespace > ExcelScatterChart Class : DataLabels Property
Specifies the settings for the data labels.
Syntax
'Declaration
 
Public Property DataLabels As IExcelDataLabels
'Usage
 
Dim instance As ExcelScatterChart
Dim value As IExcelDataLabels
 
instance.DataLabels = value
 
value = instance.DataLabels
public IExcelDataLabels DataLabels {get; set;}
See Also

Reference

ExcelScatterChart Class
ExcelScatterChart Members