Back to Devexpress

BootstrapPolarChartScatterSeries Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-6a9f9ba1.md

latest2.0 KB
Original Source

BootstrapPolarChartScatterSeries Class

Stores settings of the Scatter series.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

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

Inheritance

Object StateManager CollectionItem DevExpress.Web.Bootstrap.Internal.JsonCollectionItem BootstrapChartCommonSeriesBase BootstrapCoordinateSystemChartSeries BootstrapPolarChartSeriesBase BootstrapPolarChartScatterSeries

See Also

BootstrapPolarChartScatterSeries Members

DevExpress.Web.Bootstrap Namespace