2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / Area Class / Inverted Property

In This Topic
    Inverted Property
    In This Topic
    Gets or sets whether the chart area is inverted.
    Syntax
    'Declaration
     
    Public Property Inverted As System.Boolean
    public System.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 Axis, use the Axis.Reversed property.
    See Also