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.ObjectSource Property

Returns the connection’s source chart symbol.

#Declaration

Delphi
property ObjectSource: TdxFcObject read;

#Property Value

Type
TdxFcObject

#Remarks

Use this property to access the chart symbol associated with the connection’s source arrow. The ObjectSource property returns nil if the connection has no source chart symbol.

You can call the SetObjectSource procedure to attach the connection to another chart symbol by changing the ObjectDest property value.

A SetObjectSource call allows you to set a source point and change the ObjectSource property value.

See Also