ChartModel.EmptyChartText Property
Returns the model of the message shown when a chart is empty.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.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