Gets or sets whether the TwxChartComponent is currently in 'Freeze' mode.

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

Syntax

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

See Also