Skip to main content
All docs
V26.1
  • BootstrapChartAxisSettings.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 AxisTitleSettings TitleSettings { get; }

    Property Value

    Type Default Description
    AxisTitleSettings null

    A AxisTitleSettings object that specifies title settings.

    Remarks

    The axis title is a short text displayed alongside the axis. Usually, the axis title shows units of measurement for arguments displayed by the axis. However, you can put any text in the axis title. For this purpose, use the Text property.

    BootstrapChart_AxisTitles

    See Also