GrapeCity.Xaml.Excel
DataPoints Property (IExcelChartSeriesBase)


GrapeCity.Excel.Chart Namespace > IExcelChartSeriesBase Interface : DataPoints Property
Specifies collection od data points
Syntax
'Declaration
 
Property DataPoints As List(Of IExcelDataPoint)
'Usage
 
Dim instance As IExcelChartSeriesBase
Dim value As List(Of IExcelDataPoint)
 
instance.DataPoints = value
 
value = instance.DataPoints
List<IExcelDataPoint> DataPoints {get; set;}
See Also

Reference

IExcelChartSeriesBase Interface
IExcelChartSeriesBase Members