ComponentOne Chart for .NET (2.0) Search HelpCentral 

Area.Inverted Property

Gets or sets whether the chart area is inverted.

[Visual Basic]

Public Property Inverted As Boolean

[C#]

public bool Inverted {get;set;}

[Delphi]

public property Inverted: Boolean read get_Inverted write set_Inverted;

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

Area Class | Area Members | C1.Win.C1Chart Namespace | Area Class


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.