Back to Devexpress

TdxFcObject.MakeVisible Method

vcl-dxflchrt-dot-tdxfcobject-14387097.md

latest720 B
Original Source

TdxFcObject.MakeVisible Method

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

Declaration

delphi
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

TdxFcObject Class

TdxFcObject Members

dxflchrt Unit