Back to Devexpress

BootstrapChartStrip Class

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

latest2.2 KB
Original Source

BootstrapChartStrip Class

Represents a chart strip.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapChartStrip :
    JsonCollectionItem
vb
Public Class BootstrapChartStrip
    Inherits JsonCollectionItem

The following members return BootstrapChartStrip 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.

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 StateManager CollectionItem DevExpress.Web.Bootstrap.Internal.JsonCollectionItem BootstrapChartStrip

See Also

BootstrapChartStrip Members

Charts

DevExpress.Web.Bootstrap Namespace