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