2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ChartGroup Class / LegendReversed Property

In This Topic
    LegendReversed Property
    In This Topic
    Determines the order in which the series entries of each ChartGroup appear in the legend.
    Syntax
    'Declaration
     
    Public Property LegendReversed As System.Boolean
    public System.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