RadarChartDatasetPointStyle Property

Style of the point. Supported values are 'circle', 'cross', 'crossRot', 'dash', 'line', 'rect', 'rectRounded', 'rectRot', 'star', and 'triangle' to style. the point.

Definition

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

Property Value

IReadOnlyCollectionString

Remarks

Default value is 'circle'.

See Also