Back to Devexpress

BootstrapChartScatterSeries Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-0bc1e5b9.md

latest2.0 KB
Original Source

BootstrapChartScatterSeries Class

Stores settings supported by a series of the Scatter type.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapChartScatterSeries :
    BootstrapChartPointSeriesBase,
    IBootstrapChartUncertaintySeries
vb
Public Class BootstrapChartScatterSeries
    Inherits BootstrapChartPointSeriesBase
    Implements 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.

Inheritance

Object StateManager CollectionItem DevExpress.Web.Bootstrap.Internal.JsonCollectionItem BootstrapChartCommonSeriesBase BootstrapCoordinateSystemChartSeries BootstrapChartSeriesBase BootstrapChartPointSeriesBase BootstrapChartScatterSeries

See Also

BootstrapChartScatterSeries Members

DevExpress.Web.Bootstrap Namespace