Skip to main content

BootstrapPolarChartScatterSeries Class

Stores settings of the Scatter series.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

#Declaration

public class BootstrapPolarChartScatterSeries :
    BootstrapPolarChartSeriesBase,
    IBootstrapChartPointSeries,
    IBootstrapChartUncertaintySeries

#Remarks

With the Scatter series type, data is displayed as a collection of points. This series type is often used to display radar points.

BootstrapPolarChart-Series-Scatter

#Inheritance

See Also