Gets or sets whether the second chart cursor is visible.

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

Syntax

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

See Also