ScatterChartDatasetPointHitRadius Property

The pixel size of the non-displayed point that reacts to mouse events.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
[JsonIgnoreAttribute(Condition = JsonIgnoreCondition.WhenWritingNull)]
public IReadOnlyCollection<double>? PointHitRadius { get; set; }

Property Value

IReadOnlyCollectionDouble

Remarks

Default value is 1.

See Also