Gets or sets whether the main Chart displayed in this TwxChartComponent can be dragged.

Namespace: Ico.Twx
Assembly: TwxViewControl (in TwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool AllowDrag { get; set; }
Visual Basic
Public Property AllowDrag As Boolean
	Get
	Set
JScript
function get AllowDrag () : boolean
function set AllowDrag (value : boolean)

See Also