Back to Devexpress

TdxFcObject.Objects Property

vcl-dxflchrt-dot-tdxfcobject-ebec9889.md

latest683 B
Original Source

TdxFcObject.Objects Property

Provides indexed access to the current chart symbol’s descendants.

Declaration

delphi
property Objects[Index: Integer]: TdxFcObject read;

Property Value

Type
TdxFcObject

Remarks

Use this property to access a child chart symbol and pass its value as the Index parameter. The maximum index is the ObjectCount property value minus one.

See Also

TdxFcObject.IsUnion

TdxFcObject Class

TdxFcObject Members

dxflchrt Unit