Back to Devexpress

BootstrapPolarChartLineSeries Class

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

latest1.9 KB
Original Source

BootstrapPolarChartLineSeries Class

Stores settings of the Line series.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapPolarChartLineSeries :
    BootstrapPolarChartSeriesBase
vb
Public Class BootstrapPolarChartLineSeries
    Inherits BootstrapPolarChartSeriesBase

Remarks

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

Inheritance

Object StateManager CollectionItem DevExpress.Web.Bootstrap.Internal.JsonCollectionItem BootstrapChartCommonSeriesBase BootstrapCoordinateSystemChartSeries BootstrapPolarChartSeriesBase BootstrapPolarChartLineSeries

See Also

BootstrapPolarChartLineSeries Members

DevExpress.Web.Bootstrap Namespace