Gets or sets whether chart cursors are visible in realtime mode.

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

Syntax

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

See Also