Back to Devexpress

BootstrapChartStripCollection Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-59229dfa.md

latest2.5 KB
Original Source

BootstrapChartStripCollection Class

A collection of chart strips.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapChartStripCollection :
    Collection<BootstrapChartStrip>,
    IAxisVizElementCollection
vb
Public Class BootstrapChartStripCollection
    Inherits Collection(Of BootstrapChartStrip)
    Implements IAxisVizElementCollection

The following members return BootstrapChartStripCollection objects:

Remarks

A strip is a colored piece of the chart’s background that highlights a range of values. Strips allow a viewer to see whether a certain series point falls in or out of a range.

Each object in the BootstrapChartStripCollection array configures a single strip. To limit a strip, set its BootstrapChartStrip.StartValue and BootstrapChartStrip.EndValue properties. You may set only one of them, in which case the strip will not have a limit at one end.

Inheritance

Object StateManagedCollectionBase Collection Collection<BootstrapChartStrip> BootstrapChartStripCollection

See Also

BootstrapChartStripCollection Members

Charts

DevExpress.Web.Bootstrap Namespace