Skip to main content
All docs
V26.1
  • BootstrapChartAxisSettingsBase.TitleSettings Property

    Specifies settings of the axis title.

    Namespace: DevExpress.Web.Bootstrap

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

    Declaration

    [DefaultValue(null)]
    [PersistenceMode(PersistenceMode.InnerProperty)]
    public AxisTitleSettingsBase TitleSettings { get; }

    Property Value

    Type Default Description
    AxisTitleSettingsBase null

    A AxisTitleSettingsBase object that specifies title settings.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to TitleSettings
    BootstrapChart
    .SettingsCommonAxis .TitleSettings
    See Also