ActiveReports Developer 7
Points Property
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > Series Class : Points Property

Glossary Item Box

Gets a DataPointsCollection object.

Syntax

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

See Also