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

In This Topic
    DrawingOrder Property
    In This Topic
    Gets or sets the drawing order of a ChartGroup.
    Syntax
    'Declaration
     
    Public Property DrawingOrder As System.Integer
    public System.int DrawingOrder {get; set;}
    Remarks
    The lower the drawing number, the later the group is drawn.
    See Also