ZOrder
Definition
A unique identifier representing the index in which chart objects are drawn on the chart’s Z-axis (front to back ordering). Objects with a higher ZOrder are drawn first.
The ZOrder index should NOT be set using this property. Please use the dedicated SetZOrder() method for this purpose.
Property Value
A int value representing the order that the object is drawn. Default value is categorized by the type of object drawn, which will then increment for each instance of the chart object that is drawn. Each type of object will have a different default starting value to keep these objects separate:
Syntax
ZOrder

