FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart2DArea Class / Inverted Property

In This Topic
    Inverted Property (Chart2DArea)
    In This Topic
    Gets or sets whether the chart area is inverted.
    Syntax
    'Declaration
     
    Public Property Inverted As Boolean
    public bool Inverted {get; set;}
    Remarks
    This property is necessary for Inverted Bar charts. Setting Inverted to True will invert the axes, to reverse the Minimum and Maximum values of the ChartAxis, use the Chart2DAxis.Reversed property.
    See Also