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

In This Topic
    ReversedDraw Property
    In This Topic
    Gets or sets whether the order in which the ChartGroups are normally drawn is reversed.
    Syntax
    'Declaration
     
    Public Property ReversedDraw As System.Boolean
    public System.bool ReversedDraw {get; set;}
    Remarks
    ChartGroups are normally drawn in descending order in which they appear in the ChartGroupsCollection. If ReversedDraw is true, then the ChartGroups are drawn in ascending order in which they appear in the ChartGroupsCollection.
    See Also