ActiveReports.Chart Request technical support
AdjacentAxes Property
See Also 


Gets or sets the adjacent axes collection.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property AdjacentAxes As AxesCollection
Visual Basic (Usage)Copy Code
Dim instance As WallRange
Dim value As AxesCollection
 
value = instance.AdjacentAxes
C# 
public AxesCollection AdjacentAxes {get;}

Remarks

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

See Also