Gets or sets whether the chart area is inverted.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[DefaultValueAttribute(false)]
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
[XmlAttributeAttribute]
public bool Inverted { get; set; }
Visual Basic
<DefaultValueAttribute(False)> _
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
<XmlAttributeAttribute> _
Public Property Inverted As Boolean
	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 Reversed property.

See Also