GrapeCity.Xaml.Excel
DataLabels Property (ExcelRadarChart)


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

Reference

ExcelRadarChart Class
ExcelRadarChart Members