Skip to main content

TdxFcObject.SetBounds(Integer,Integer,Integer,Integer) Method

Specifies the position and dimensions of the chart symbol.

Declaration

procedure SetBounds(ALeft: Integer; ATop: Integer; AWidth: Integer; AHeight: Integer); overload;

Parameters

Name Type Description
ALeft Integer

The horizontal offset (in pixels) of the top-left corner of the chart symbol’s bounding rectangle.

ATop Integer

The vertical offset (in pixels) of the top-left corner of the chart symbol’s bounding rectangle.

AWidth Integer

The width (in pixels) of the chart symbol’s bounding rectangle.

AHeight Integer

The height (in pixels) of the chart symbol’s bounding rectangle.

See Also