[]
Gets or sets whether the order in which the ChartGroups are normally drawn is reversed.
public bool ReversedDraw { get; set; }
Public Property ReversedDraw As Boolean
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.