Skip to main content

TdxBarItem.MergeOrder Property

Specifies the relative visual position of the item among items in the merging bar.

Declaration

property MergeOrder: Integer read; write; default 0;

Property Value

Type Default
Integer 0

Remarks

The original and merged items are arranged in the bar in ascending order (based upon the MergeOrder property values of those items), provided that the MergeKind property of that items is set to mkAdd.

The default value of the MergeOrder property is 0.

See Also