[]
        
(Showing Draft Content)

C1.Win.C1Chart.ChartGroup.LegendReversed

LegendReversed Property

LegendReversed

Determines the order in which the series entries of each ChartGroup appear in the legend.

Declaration
public bool LegendReversed { get; set; }
Remarks

The series of each ChartGroup normally appear in index order in the legend. If the LegendReversed property is true, then the series entries for the ChartGroup appear in reversed order.

See Also