Back to Devexpress

TdxFcObject.LinkedObjectCount Property

vcl-dxflchrt-dot-tdxfcobject-90ea1e0c.md

latest905 B
Original Source

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

TdxFcObject Class

TdxFcObject Members

dxflchrt Unit