FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart2DGroups Class / ReversedDraw Property

In This Topic
    ReversedDraw Property (Chart2DGroups)
    In This Topic
    Gets or sets a value indicating whether the order in which the Chart2DGroups are normally drawn is reversed.

    The normal order is Group1, then Group0. If this property is true the order is Group0, then Group1.

    Syntax
    'Declaration
     
    Public Property ReversedDraw As Boolean
    public bool ReversedDraw {get; set;}
    See Also