ChartControlSettings.EmptyChartText Property
Provides access to the settings of the text to be displayed in the chart, when it has no data to display.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
EmptyChartText | A EmptyChartText object that is the empty chart text options. |
Remarks
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.
To access options of the text that inform that the chart is too small for its diagram to be drawn, use the ChartControlSettings.SmallChartText property.
See Also