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.v24.1.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