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

TdxFcConnection.ObjectDest Property

Returns the connection’s destination chart symbol.

#Declaration

Delphi
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