Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

In This Article

Specifies the position and dimensions of the chart symbol.

#Declaration

Delphi
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