TdxBarItem.MergeKind Property
Specifies how the current bar item will be merged into another bar.
Declaration
property MergeKind: TdxBarItemMergeKind read; write; default mkAdd;
Property Value
Type | Default |
---|---|
TdxBarItemMergeKind | mkAdd |
Remarks
Refer to the description of TdxBarItemMergeKind to learn about the available placement options.
The default value of the MergeKind property is mkAdd.
See Also