Skip to main content

ChartModel.EmptyChartText Property

Returns the model of the message shown when a chart is empty.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[LocalizableCategory(DesignerCategories.Behavior)]
public EmptyChartTextModel EmptyChartText { get; }

Property Value

Type Description
EmptyChartTextModel

The message model.

See Also