TdxFcObject.Objects Property
In This Article
Provides indexed access to the current chart symbol’s descendants.
#Declaration
Delphi
property Objects[Index: Integer]: TdxFcObject read;
#Property Value
Type |
---|
Tdx |
#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