TdxFcObject.SetBounds(Integer,Integer,Integer,Integer) Method
In This Article
Specifies the position and dimensions of the chart symbol.
#Declaration
Delphi
#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