Back to Devexpress

BootstrapChartValueAxisCollection Class

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

latest1.9 KB
Original Source

BootstrapChartValueAxisCollection Class

A collection of the Chart control’s value axes.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapChartValueAxisCollection :
    Collection<BootstrapChartValueAxis>
vb
Public Class BootstrapChartValueAxisCollection
    Inherits Collection(Of BootstrapChartValueAxis)

The following members return BootstrapChartValueAxisCollection objects:

Remarks

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

Inheritance

Object StateManagedCollectionBase Collection Collection<BootstrapChartValueAxis> BootstrapChartValueAxisCollection

See Also

BootstrapChartValueAxisCollection Members

Chart

DevExpress.Web.Bootstrap Namespace