FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart2DGroup Class / LegendReversed Property

In This Topic
    LegendReversed Property (Chart2DGroup)
    In This Topic
    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 Boolean
    public bool LegendReversed {get; set;}
    See Also