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.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public sealed class ScatterChart : BlazorBootstrapChart<Point>
Inheritance
Object    ComponentBase    BlazorBootstrapComponentBase    BlazorBootstrapChartPoint    ScatterChart

Constructors

ScatterChartInitializes a new instance of the ScatterChart class

Methods

See Also