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