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

BootstrapChartValueAxisCollection.Add() Method

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

Namespace: DevExpress.Web.Bootstrap

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

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