LineChartDatasetSpanGaps 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+45c8d9adb5970d727cceec44a5ed61aea0016e50
[JsonIgnoreAttribute(Condition = JsonIgnoreCondition.WhenWritingNull)]
public bool? SpanGaps { get; set; }

Property Value

NullableBoolean

Remarks

Default value is .

See Also