BootstrapPolarChartScatterSeries Class
In This Article
Stores settings of the Scatter series.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#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.
#Inheritance
Object
StateManager
CollectionItem
DevExpress.Web.Bootstrap.Internal.JsonCollectionItem
BootstrapChartCommonSeriesBase
BootstrapCoordinateSystemChartSeries
BootstrapPolarChartSeriesBase
BootstrapPolarChartScatterSeries
See Also