Skip to main content

WebChartControl.ShowLoadingPanelImage Property

OBSOLETE

Use the SettingsLoadingPanel property instead.

Specifies whether or not the image can be displayed within a loading panel 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 ShowLoadingPanelImage { get; set; }

Property Value

Type Default Description
Boolean true

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

Remarks

The loading panel’s image is specified by the WebChartControl.LoadingPanelImage property. Its visibility is controlled by the ShowLoadingPanelImage property.

See Also