WebChartControl.LoadingPanelText Property
In This Article
OBSOLETE
Use the Settings
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.v24.2.Web.dll
NuGet Package: DevExpress.Web.Visualization
#Declaration
[DefaultValue("Loading…")]
[Obsolete("Use the SettingsLoadingPanel property instead.")]
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