Skip to main content

BootstrapPolarChartLineSeries Class

Stores settings of the Line series.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v24.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