Skip to main content
A newer version of this page is available. .

BootstrapChartSeriesBase.Axis Property

Binds the series to a value axis.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

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

Property Value

Type Default Description
String String.Empty

A string specifying the name of a value axis.

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 BootstrapChart.ValueAxisCollection. To bind a series to another axis, assign the name of the axis to the Axis series property.

See Also