TdxFcObject.SendToBack Method
Moves the chart symbol to the bottom object layer in the control‘s client area.
Declaration
procedure SendToBack;
Remarks
Call this procedure to paint the current chart symbol prior to the all others by setting the ZOrder property value to 0.
Invoking the SendToBack procedure has no visual effect if the chart symbol:
Is already in the bottom object layer;
Is invisible (that is, the ShapeType property is fcsNone or the Visible property is False);
Has a zero size;
Does not intersect any other chart symbol.
To display the current chart symbol on top of all the others, call the BringToFront procedure.
See Also