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