GrapeCity.Xaml.Excel
ScatterSeries Property (ExcelScatterChart)


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;}
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

ExcelScatterChart Class
ExcelScatterChart Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options