ActiveReports Developer 7
XValue Property
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > DataPoint Class : XValue Property

Glossary Item Box

Gets or sets the X value for the DataPoint.

Syntax

Visual Basic (Declaration) 
Public Property XValue As System.Object
C# 
public System.object XValue {get; set;}

See Also