TdxFcConnection.ObjectDest Property
Returns the connection’s destination chart symbol.
Declaration
property ObjectDest: TdxFcObject read;
Property Value
Type |
---|
TdxFcObject |
Remarks
Use this property to access the chart symbol associated with the connection’s destination arrow. The ObjectDest property returns nil if the connection has no destination chart symbol.
You can call the SetObjectDest procedure to attach the connection to another chart symbol by changing the ObjectDest property value.
A SetObjectDest call allows you to set a destination point and change the ObjectDest property value.
See Also