A newer version of this page is available.
Switch to the current version.
WebChartControl.ShowLoadingPanelImage Property
Obsolete. 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.v18.2.Web.dll
Declaration
[Obsolete("Use the SettingsLoadingPanel property instead.")]
[DefaultValue(true)]
public bool ShowLoadingPanelImage { get; set; }
<Obsolete("Use the SettingsLoadingPanel property instead.")>
<DefaultValue(True)>
Public Property ShowLoadingPanelImage As Boolean
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
Feedback