GrapeCity.Xaml.Excel
DataPoints Property (ExcelSurfaceSeries)


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

Reference

ExcelSurfaceSeries Class
ExcelSurfaceSeries Members