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

BootstrapPolarChartLineSeries Class

Stores settings of the Line series.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public class BootstrapPolarChartLineSeries :
    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.

BootstrapPolarChart-Series-Line

Inheritance

See Also