Gets or sets whether the drag feature for charts in the viewer is enabled.

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

Syntax

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

See Also