PieChartDatasetBorderAlign Property

Supported values are 'center' and 'inner'. When 'center' is set, the borders of arcs next to each other will overlap. When 'inner' is set, it is guaranteed that all borders will not overlap.

Definition

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

Property Value

IReadOnlyCollectionString

Remarks

Default value is 'center'.

See Also