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

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.v18.2.Web.dll

Declaration

[Obsolete("Use the SettingsLoadingPanel property instead.")]
[DefaultValue(true)]
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