Determines the order in which the series entries of each ChartGroup appear in the legend.
[Visual Basic]
Public Property LegendReversed As Boolean
[C#]
public bool LegendReversed {get;set;}
[Delphi]
public property LegendReversed: Boolean read get_LegendReversed write set_LegendReversed;
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
ChartGroup Class | ChartGroup Members | C1.Win.C1Chart Namespace | ChartGroup Class
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |