Back to Devexpress

BootstrapChartLineSeries Class

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

latest2.1 KB
Original Source

BootstrapChartLineSeries Class

Stores settings supported by a series of the Line type.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapChartLineSeries :
    BootstrapChartPointSeriesBase,
    IBootstrapChartUncertaintySeries
vb
Public Class BootstrapChartLineSeries
    Inherits BootstrapChartPointSeriesBase
    Implements 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.

Inheritance

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

See Also

BootstrapChartLineSeries Members

DevExpress.Web.Bootstrap Namespace