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

BootstrapPolarChartScatterSeries Class

Stores settings of the Scatter series.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

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