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

Constructors

ScatterChartInitializes a new instance of the ScatterChart class

Methods

See Also