Skip to main content

BootstrapChartLineSeries Class

Stores settings supported by a series of the Line type.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public class BootstrapChartLineSeries :
    BootstrapChartPointSeriesBase,
    IBootstrapChartUncertaintySeries

Remarks

With the Line series type, data is displayed as points joined by a straight line. This series type, which is useful when you need to visualize a trend in data over intervals, is used in the Chart control by default.

BootstrapChart-Series-Line

See Also