ActiveReports 11
DataPoints Property

GrapeCity.ActiveReports.v11 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ChartSeries Class : DataPoints Property

Gets the data points within the series.

Syntax
'Declaration
 
Public ReadOnly Property DataPoints As DataPointCollection
public DataPointCollection DataPoints {get;}

Property Value

A DataPointCollection object containing all of the data points in the series.
See Also

Reference

ChartSeries Class
ChartSeries Members