GrapeCity.Xaml.Excel
ScatterSeries Property (IExcelScatterChart)


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

Reference

IExcelScatterChart Interface
IExcelScatterChart Members