ActiveReports Developer 7
ChartData Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Chart Class : ChartData Property

Glossary Item Box

Gets the data values for the chart.

Syntax

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

Property Value

A ChartSeriesCollection indicating the data values for the chart.

See Also