FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.8 Assembly / C1.Win.FlexReport.Chart Namespace / ChartLegend Class / Legend2DReversed Property

In This Topic
    Legend2DReversed Property (ChartLegend)
    In This Topic
    Gets or sets the order of the ChartGroups2D in the legend of a 2D chart.
    Syntax
    'Declaration
     
    Public Property Legend2DReversed As Boolean
    public bool Legend2DReversed {get; set;}
    Remarks
    Use LegendReversed property of Chart2DGroup to reverse series order.
    See Also