property ChartView.ScrollByClick as Boolean
Specifies a value that indicates whether the user scrolls the control's content by clicking the client area.

TypeDescription
Boolean A boolean expression that indicates whether the user scrolls the control's content by clicking the client area.
By default, the ScrollByClick property is True. If the ScrollByClick property is True, the user can scroll the control's content ( if the control's scrollbars are visible ), if the user clicks the control's client area and drag the cursor to a new position. Use The ScrollPos property to programmatically scroll the chart. Use the EnsureVisibleNode property to ensure that a node fits the control's client area. Use the SelectNode property to select a node.