Skip to main content

BootstrapChartValueAxisCollection.Add() Method

Adds a new value axis with default settings to the collection.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapChartValueAxis Add()

Returns

Type Description
BootstrapChartValueAxis

A BootstrapChartValueAxis object representing the newly created axis.

Remarks

Use the Add method to add a new value axis with default settings to the end of the BootstrapChartValueAxisCollection object.

See Also