ActiveReports Developer 7
SwapAxesDirection Property
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > ChartArea Class : SwapAxesDirection Property

Glossary Item Box

Determines whether the chart axes are inverted. The default is false.

Syntax

Visual Basic (Declaration) 
Public Property SwapAxesDirection As System.Boolean
C# 
public System.bool SwapAxesDirection {get; set;}

Property Value

Boolean. False if the chart is rendered with horizontal X and vertical Y axes; otherwise True.

See Also