Skip to main content
A newer version of this page is available. .

WebChartControl.LoadingPanelDelay Property

OBSOLETE

Use the SettingsLoadingPanel property instead.

Gets or sets the delay before displaying the loading panel.

Namespace: DevExpress.XtraCharts.Web

Assembly: DevExpress.XtraCharts.v19.1.Web.dll

Declaration

[Obsolete("Use the SettingsLoadingPanel property instead.")]
[DefaultValue(300)]
public int LoadingPanelDelay { get; set; }

Property Value

Type Default Description
Int32 300

An Int32 value that specifies the time interval between when a callback is sent to the server and a loading panel is displayed, in milliseconds.

See Also