TdxFcObject.Objects Property
Provides indexed access to the current chart symbol’s descendants.
Declaration
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