Back to Devexpress

TdxFcObject.ZOrder Property

vcl-dxflchrt-dot-tdxfcobject-bdbcb82f.md

latest1.1 KB
Original Source

TdxFcObject.ZOrder Property

Specifies the chart symbol’s position relative to the other chart symbols.

Declaration

delphi
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

TdxFcObject.BringToFront

TdxFcObject.PutInFrontOf

TdxFcObject.SendToBack

TdxFcObject Class

TdxFcObject Members

dxflchrt Unit