Skip to main content

WebChartControl.ShowLoadingPanel Property

OBSOLETE

Use the SettingsLoadingPanel property instead.

Gets or sets whether the loading panel should be displayed within the chart while waiting for a callback response.

Namespace: DevExpress.XtraCharts.Web

Assembly: DevExpress.XtraCharts.v23.2.Web.dll

NuGet Package: DevExpress.Web.Visualization

Declaration

[DefaultValue(true)]
[Obsolete("Use the SettingsLoadingPanel property instead.")]
public bool ShowLoadingPanel { get; set; }

Property Value

Type Default Description
Boolean true

true if a loading panel is allowed to be displayed within the WebChartControl; otherwise, false.

Remarks

Use this property to control whether a loading panel (whose settings are specified via the WebChartControl.LoadingPanelImage, WebChartControl.LoadingPanelImagePosition, WebChartControl.LoadingPanelStyle and WebChartControl.LoadingPanelText properties) is displayed within the WebChartControl object, while waiting for a callback response.

See Also