Skip to main content

BootstrapChartScatterSeries Class

Stores settings supported by a series of the Scatter type.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public class BootstrapChartScatterSeries :
    BootstrapChartPointSeriesBase,
    IBootstrapChartUncertaintySeries

Remarks

With the Scatter series type, data is displayed as a collection of points. This series type is often used when a variable exists under the control of the tester.

BootstrapChart-Series-Scatter

See Also