Skip to main content

TdxFcObject.BringToFront Method

Moves the chart symbol to the top object layer in the control‘s client area.

Declaration

procedure BringToFront;

Remarks

Call this procedure to paint the current chart symbol on top of all the others chart symbols by setting the ZOrder property value to ObjectCount minus 1.

A BringToFront procedure call has no visual effect if the chart symbol:

  • Is already in the top 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 show the current chart symbol behind all the others, call the SendToBack procedure instead.

See Also