Skip to main content

BootstrapChartValueAxis.Name Property

Specifies the name of the value axis.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue("")]
public string Name { get; set; }

Property Value

Type Default Description
String String.Empty

A string that specifies the axis name.

Remarks

When there are multiple value axes in a chart, series need to know exactly which axis they are bound to. By default, all of them are bound to the first axis in the BootstrapChartValueAxisCollection array. To bind a series to another axis, name the axis and assign this Name to the BootstrapChartSeriesBase.Axis series property.

See Also