Back to Devexpress

BootstrapChartStepLineSeries Class

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

latest2.1 KB
Original Source

BootstrapChartStepLineSeries Class

Stores settings of the Step Line series.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapChartStepLineSeries :
    BootstrapChartPointSeriesBase,
    IBootstrapChartUncertaintySeries
vb
Public Class BootstrapChartStepLineSeries
    Inherits BootstrapChartPointSeriesBase
    Implements IBootstrapChartUncertaintySeries

Remarks

The Step Line series type has all the features and characteristics of the line series type, but the shortest line that joins points in the “line” series is replaced by the vertical and horizontal lines in the Step Line series. These lines form so-called “steps”.

Inheritance

Object StateManager CollectionItem DevExpress.Web.Bootstrap.Internal.JsonCollectionItem BootstrapChartCommonSeriesBase BootstrapCoordinateSystemChartSeries BootstrapChartSeriesBase BootstrapChartPointSeriesBase BootstrapChartStepLineSeries

See Also

BootstrapChartStepLineSeries Members

DevExpress.Web.Bootstrap Namespace