ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / ChartArea Class / SwapAxesDirection Property

In This Topic
    SwapAxesDirection Property
    In This Topic
    Determines whether the chart axes are inverted. The default is false.
    Syntax
    'Declaration
     
    Public Property SwapAxesDirection As Boolean
    public bool SwapAxesDirection {get; set;}

    Property Value

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