GrapeCity.Xaml.Excel
RadarSeries Property (IExcelRadarChart)


GrapeCity.Excel.Chart Namespace > IExcelRadarChart Interface : RadarSeries Property
Specifies the series collection on the radar chart.
Syntax
'Declaration
 
Property RadarSeries As List(Of IExcelRadarSeries)
'Usage
 
Dim instance As IExcelRadarChart
Dim value As List(Of IExcelRadarSeries)
 
instance.RadarSeries = value
 
value = instance.RadarSeries
List<IExcelRadarSeries> RadarSeries {get; set;}
See Also

Reference

IExcelRadarChart Interface
IExcelRadarChart Members