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

Glossary Item Box

Gets or sets the value axis.

Syntax

Visual Basic (Declaration) 
Public Property ValueAxis As ValueCategoryAxis
C# 
public ValueCategoryAxis ValueAxis {get; set;}

Property Value

A ValueCategoryAxis representing the chart's value axis.

See Also