ActiveReports Developer 7
DataPointCollection Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace > IChart Interface : DataPointCollection Property

Glossary Item Box

Gets the DataPoint collection.

Syntax

Visual Basic (Declaration) 
ReadOnly Property DataPointCollection As IChartDataPointCollection
C# 
IChartDataPointCollection DataPointCollection {get;}

See Also