Skip to main content
A newer version of this page is available. .

ChartModel.SmallChartText Property

Returns the model of the message shown when the chart size is too small to show its content.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[LocalizableCategory(DesignerCategories.Behavior)]
public SmallChartTextModel SmallChartText { get; }

Property Value

Type Description
SmallChartTextModel

The message model.

See Also