Provides access to the settings of the text to be displayed in the WebChartControl, when it has no data to display.
Namespace: DevExpress.XtraCharts.Web
Assembly: DevExpress.XtraCharts.v19.2.Web.dll
public EmptyChartText EmptyChartText { get; }
Public ReadOnly Property EmptyChartText As EmptyChartText
An EmptyChartText object, representing the empty chart text options.
Use the EmptyChartText to access and specify the options of the text displayed by a chart at runtime if the chart has no data to display.
The text that notifies that the chart has no data to display appears at runtime in the following cases:
To access options of the text that indicate that the chart is too small for its diagram to be drawn, use the WebChartControl.SmallChartText property.
For the ChartControl, use the similar ChartControl.EmptyChartText property.