BootstrapChartAxisSettings.TitleSettings Property
Specifies settings of the axis title.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
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.
See Also