Back to Devexpress

ChartControlSettings.EmptyChartText Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-chartcontrolsettings-1fe85b8e.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public EmptyChartText EmptyChartText { get; }
vb
Public ReadOnly Property EmptyChartText As EmptyChartText

Property Value

TypeDescription
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

SmallChartText

ChartControlSettings Class

ChartControlSettings Members

DevExpress.Web.Mvc Namespace