ComponentOne FlexReport for WinForms
Inverted Property (Chart2DArea)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace > Chart2DArea Class : Inverted Property
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 ChartAxis, use the Chart2DAxis.Reversed property.
See Also

Reference

Chart2DArea Class
Chart2DArea Members