BootstrapChartValueAxisCollection Class
In This Article
A collection of the Chart control’s value axes.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
public class BootstrapChartValueAxisCollection :
Collection<BootstrapChartValueAxis>
#Related API Members
The following members return BootstrapChartValueAxisCollection objects:
#Remarks
Each collection item (i.e., value axis) is represented by an instance of the BootstrapChartValueAxis class.
#Inheritance
See Also