ComponentOne FlexReport for WinForms
LegendReversed Property

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace > Chart2DGroup Class : LegendReversed Property
Gets or sets a value indicating whether the order in which the series entries of each Chart2DGroup appear in the legend is reversed.

The series of each Chart2DGroup normally appear in index order in the legend. If this property is true, the series entries appear in reversed order.

Syntax
'Declaration
 
Public Property LegendReversed As System.Boolean
public System.bool LegendReversed {get; set;}
See Also

Reference

Chart2DGroup Class
Chart2DGroup Members