WebChartControl.LoadingPanelDelay Property
In This Article
OBSOLETE
Use the Settings
Gets or sets the delay before displaying the loading panel.
Namespace: DevExpress.XtraCharts.Web
Assembly: DevExpress.XtraCharts.v24.2.Web.dll
NuGet Package: DevExpress.Web.Visualization
#Declaration
[DefaultValue(300)]
[Obsolete("Use the SettingsLoadingPanel property instead.")]
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