Gets whether the TwxChartComponent is in 'Runtime' mode.

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

Syntax

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

See Also