When set to true shows a popup when the data in the series is loading. When set to false the popup is hidden.

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

Syntax

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

See Also