[]
Gets or sets whether the chart area is inverted.
public bool Inverted { get; set; }
Public Property Inverted As Boolean
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 Reversed property.