Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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