property Chart.BarsAllowSizing as Boolean
Specifies whether bars can be resized at run-time.

TypeDescription
Boolean A boolean expression that indicates whether the control allows resizing or moving the bars in the chart area.
Use the BarsAllowSizing property to specify whether the control allows resizing or moving the bars in the chart area. By default, the BarsAllowSizing property is True. Use the ItemBar(,,exBarCanResize) property to specify whether the bar is resizable. By default, all bars are resizable. The control displays a resizing cursor while the user hovers the mouse over the bar. The user may start the resizing/moving the operation by clicking the bar and moving it to a new position. The control is scrolled if required. The DateTickerLabel property specifies the label (being displayed across the ticker) that shows the start and end dates of the moved or resized bar.