ActiveReports Developer 7
AdjacentAxes Property
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > WallRange Class : AdjacentAxes Property

Glossary Item Box

Gets or sets the adjacent axes collection.

Syntax

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

Remarks

The WallRange is displayed on the visible walls based on primary and adjacent axes.

See Also