Enables the cursor tooltip over the points of the chart.

Namespace: Ico.Gdx
Assembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

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

See Also