BarChartDatasetGrouped Property

Should the bars be grouped on index axis. When , all the datasets at same index value will be placed next to each other centering on that index value. When , each bar is placed on its actual index-axis value.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public bool Grouped { get; set; }

Property Value

Boolean

Remarks

Default value is .

See Also