Skip to main content

BootstrapChartAxisLabelSettings.TextOverflowMode Property

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

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
BootstrapChartAxisSettingsBase
.Label .TextOverflowMode
See Also