TdxFcObject.ZOrder Property
Specifies the chart symbol’s position relative to the other chart symbols.
Declaration
property ZOrder: Word read; write;
Property Value
Type |
---|
Word |
Remarks
This property allows you to change the chart symbol’s Z-order. Each newly created chart symbol overlaps the previous one, that is, the ZOrder property value increases. You can bring the chart symbol to the lowest object layer by setting the maximum value to the ZOrder property; to send the chart symbol to the bottom object layer, set the minimum value, respectively.
The default ZOrder property value is 0.
See Also