Gets or sets the drawing order of a ChartGroup.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] [RefreshPropertiesAttribute(RefreshProperties.All)] [BrowsableAttribute(false)] public int DrawingOrder { get; set; } |
Visual Basic |
---|
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _ <RefreshPropertiesAttribute(RefreshProperties.All)> _ <BrowsableAttribute(False)> _ Public Property DrawingOrder As Integer Get Set |
Remarks
The lower the drawing number, the later the group is drawn.