[]
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.
[C1Description("Chart2DGroups.ReversedDraw", "Specifies whether the order in which the Chart2DGroups are normally drawn is reversed. Normal order is Group1, Group0. If this is true, the order is Group0, Group1.")]
public bool ReversedDraw { get; set; }
<C1Description("Chart2DGroups.ReversedDraw", "Specifies whether the order in which the Chart2DGroups are normally drawn is reversed. Normal order is Group1, Group0. If this is true, the order is Group0, Group1.")>
Public Property ReversedDraw As Boolean