ActiveReports Developer 7
DataValues Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > DataPoint Class : DataValues Property

Glossary Item Box

Gets the data value set for the Y axis.

Syntax

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

Property Value

A DataValueCollection object containing the data value set for the Y axis.

See Also