WebChartControl.ShowLoadingPanel Property
Obsolete. 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.v20.2.Web.dll
Declaration
[Obsolete("Use the SettingsLoadingPanel property instead.")]
[DefaultValue(true)]
public bool ShowLoadingPanel { get; set; }
<Obsolete("Use the SettingsLoadingPanel property instead.")>
<DefaultValue(True)>
Public Property ShowLoadingPanel As Boolean
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
Feedback