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

TdxFcObject.LinkedObjectCount Property

Returns the total count of the connections between the current chart symbol and the others.

#Declaration

Delphi
property LinkedObjectCount: Integer read;

#Property Value

Type
Integer

#Remarks

Use this property to obtain the total count of connections that attach the current chart symbol to the others. To access one of these connections, use the LinkedObjects property.

Note

The LinkedObjectCount property value changes every time a connection is created or deleted and does not include the chart symbol’s loose connections.

See Also