ZOrder
<< Click to Display Table of Contents >> ZOrder |
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.
Note: The ZOrder index should NOT be set using this property. Please use the dedicated SetZOrder() for this purpose. |
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:
Chart Bars |
1 |
NinjaScript Objects |
10001 |
Global Draw Objects |
20001 |
Draw Objects |
30001 |
ZOrder
protected override void OnRender(ChartControl chartControl, ChartScale chartScale) |