ScatterChart Class

Scatter charts are similar to line charts, but each data point is represented by a marker.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public sealed class ScatterChart : BlazorBootstrapChart<Point>
Inheritance
Object    ComponentBase    BlazorBootstrapComponentBase    BlazorBootstrapChartPoint    ScatterChart

Constructors

ScatterChartInitializes a new instance of the ScatterChart class

Methods

See Also