ActiveReports Developer 7
DataPoints Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ChartSeries Class : DataPoints Property

Glossary Item Box

Gets the data points within the series.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property DataPoints As DataPointCollection
C# 
public DataPointCollection DataPoints {get;}

Property Value

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

See Also