TdxBars.BarManager Property
Returns the TdxBarManager to which a given TdxBars object belongs.
Declaration
property BarManager: TdxBarManager read;
Property Value
Type |
---|
TdxBarManager |
Remarks
Returns the TdxBarManager that owns a given TdxBars. TdxBars is represented in TdxBarManager as the Bars property.
See Also