Gets or sets whether the drop 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 AllowChartDrop { get; set; }
Visual Basic
Public Property AllowChartDrop As Boolean
	Get
	Set
JScript
function get AllowChartDrop () : boolean
function set AllowChartDrop (value : boolean)

See Also