Skip to main content

BootstrapChartStepLineSeries Class

Stores settings of the Step Line series.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public class BootstrapChartStepLineSeries :
    BootstrapChartPointSeriesBase,
    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”.

BootstrapChart-Series-StepLine

See Also