BootstrapChartSeriesBase.Axis Property
Binds the series to a value axis.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
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