TdxFcObject.SetBounds(TRect) Method
In This Article
Specifies the position and dimensions of the chart symbol.
#Declaration
Delphi
procedure SetBounds(const R: TRect); overload;
#Parameters
Name | Type | Description |
---|---|---|
R | TRect | The chart symbol’s bounding rectangle. |
See Also