aspnetbootstrap-devexpress-dot-web-dot-bootstrap-bc4c754a.md
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
public class BootstrapChartLineSeries :
BootstrapChartPointSeriesBase,
IBootstrapChartUncertaintySeries
Public Class BootstrapChartLineSeries
Inherits BootstrapChartPointSeriesBase
Implements IBootstrapChartUncertaintySeries
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.
Object StateManager CollectionItem DevExpress.Web.Bootstrap.Internal.JsonCollectionItem BootstrapChartCommonSeriesBase BootstrapCoordinateSystemChartSeries BootstrapChartSeriesBase BootstrapChartPointSeriesBase BootstrapChartLineSeries
See Also