Skip to main content
All docs
V26.1
  • BootstrapChartAxisLabelSettings.TextOverflowMode Property

    Namespace: DevExpress.Web.Bootstrap

    Assembly: DevExpress.Web.Bootstrap.v26.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
    BootstrapChartAxisSettingsBase
    .Label .TextOverflowMode
    See Also