[]
        
(Showing Draft Content)

C1.Win.C1Chart.ChartGroups.ReversedDraw

ReversedDraw Property

ReversedDraw

Gets or sets whether the order in which the ChartGroups are normally drawn is reversed.

Declaration
public bool ReversedDraw { get; set; }
Public Property ReversedDraw As Boolean
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.