BootstrapPolarChartScatterSeries Class
Stores settings of the Scatter series.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.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