property ChartView.ScrollOnEnsure as Boolean
Specifies a value that indicates whether the control scrolls the control's content when ensuring that a node is visible.

TypeDescription
Boolean A boolean expression that indicates whether the control scrolls the control's content when ensuring that a node is visible.

By default, the ScrollOnEnsure property is True. Use the EnsureVisibleNode property to ensure that a node fits the control's client area. Use the SelectNode property to select a node. The control automatically scrolls the control's content to ensure that the node being clicked fits the control's client area, if the EnsureVisibleOnSelect property is True. Use the ScrollByClick property to specify whether the control's content is scrolled to a new position when the user clicks and drags the cursor inside the control's client area.