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

BootstrapChartAxisLabelSettings.TextOverflowMode Property

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

[DefaultValue(TextOverflowMode.NotSet)]
public TextOverflowMode TextOverflowMode { get; set; }

Property Value

Type Default
DevExpress.Web.Bootstrap.TextOverflowMode **NotSet**

Property Paths

You can access this nested property as listed below:

Object Type Path to TextOverflowMode
BootstrapChartArgumentAxis
.Label.TextOverflowMode
BootstrapChartAxisSettings
.Label.TextOverflowMode
BootstrapChartAxisSettingsBase
.Label.TextOverflowMode
BootstrapChartValueAxis
.Label.TextOverflowMode
BootstrapPolarChartArgumentAxis
.Label.TextOverflowMode
BootstrapPolarChartAxisSettingsBase
.Label.TextOverflowMode
BootstrapPolarChartValueAxis
.Label.TextOverflowMode
See Also