Skip to main content
A newer version of this page is available. .

BootstrapChartLineSeries Class

Stores settings supported by a series of the Line type.

Namespace: DevExpress.Web.Bootstrap

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

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