Back to Devexpress

BootstrapAxisBreaksCollection Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-6ff6bf68.md

latest1.4 KB
Original Source

BootstrapAxisBreaksCollection Class

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapAxisBreaksCollection :
    Collection<BootstrapChartAxisBreak>
vb
Public Class BootstrapAxisBreaksCollection
    Inherits Collection(Of BootstrapChartAxisBreak)

The following members return BootstrapAxisBreaksCollection objects:

Inheritance

Object StateManagedCollectionBase Collection Collection<DevExpress.Web.Bootstrap.BootstrapChartAxisBreak> BootstrapAxisBreaksCollection

See Also

BootstrapAxisBreaksCollection Members

DevExpress.Web.Bootstrap Namespace