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

BootstrapChartValueAxisCollection Class

A collection of the Chart control’s value axes.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

public class BootstrapChartValueAxisCollection :
    Collection<BootstrapChartValueAxis>

The following members return BootstrapChartValueAxisCollection objects:

Remarks

Each collection item (i.e., value axis) is represented by an instance of the BootstrapChartValueAxis class.

BootstrapChart-Axes

See Also