Skip to main content

TdxFcObject.MakeVisible Method

Show the chart symbol within the control‘s client area.

Declaration

procedure MakeVisible;

Remarks

Call this procedure to:

  • Display the chart symbol if it is invisible (that is, set the Visible property to True);

  • Scroll the client area to fit the chart symbol within the control’s boundaries.

The MakeVisible procedure has no visual effect if the ShapeType property is set to fcsNone.

See Also