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

BootstrapChartScatterSeries Class

Stores settings supported by a series of the Scatter type.

Namespace: DevExpress.Web.Bootstrap

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

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