Back to Devexpress

BootstrapChartSeriesBase.Axis Property

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-dot-bootstrapchartseriesbase.md

latest1.6 KB
Original Source

BootstrapChartSeriesBase.Axis Property

Binds the series to a value axis.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
[DefaultValue("")]
public string Axis { get; set; }
vb
<DefaultValue("")>
Public Property Axis As String

Property Value

TypeDefaultDescription
StringString.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

BootstrapChartSeriesBase Class

BootstrapChartSeriesBase Members

DevExpress.Web.Bootstrap Namespace