ScatterChartDatasetSpanGaps Property

If , lines will be drawn between points with no or null data. If , points with null data will create a break in the line. Can also be a number specifying the maximum gap length to span. The unit of the value depends on the scale used.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
[JsonIgnoreAttribute(Condition = JsonIgnoreCondition.WhenWritingNull)]
public bool? SpanGaps { get; set; }

Property Value

NullableBoolean

Remarks

Default value is .

See Also