GrapeCity.Xaml.Excel
ScatterSeries Property (ExcelScatterChart)


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

Reference

ExcelScatterChart Class
ExcelScatterChart Members