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.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[LocalizableCategory(DesignerCategories.Behavior)]
public SmallChartTextModel SmallChartText { get; }
Property Value
Type | Description |
---|---|
SmallChartTextModel | The message model. |
See Also