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

WebChartControl.LoadingPanelText Property

OBSOLETE

Use the SettingsLoadingPanel property instead.

Gets or sets the text to 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("Loading…")]
public string LoadingPanelText { get; set; }

Property Value

Type Default Description
String "Loading…"

A String that specifies the descriptive text displayed within a loading panel.

See Also