[]
        
(Showing Draft Content)

C1.Win.C1Chart.ChartGroup.DrawingOrder

DrawingOrder Property

DrawingOrder

Gets or sets the drawing order of a ChartGroup.

Declaration
[Browsable(false)]
public int DrawingOrder { get; set; }
<Browsable(False)>
Public Property DrawingOrder As Integer
Remarks

The lower the drawing number, the later the group is drawn.

See Also