The command executed when an element of the series is clicked

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

Syntax

C#
public CommandModelBase Command { get; set; }
Visual Basic
Public Property Command As CommandModelBase
	Get
	Set
JScript
function get Command () : CommandModelBase
function set Command (value : CommandModelBase)

See Also