ChartAxesStacked Property
Should the data be stacked.
By default, data is not stacked.
If the stacked option of the value scale (y-axis on horizontal chart) is true, positive and negative values are stacked
separately.
Namespace: BlazorBootstrapAssembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public bool Stacked { get; set; }
Property Value
Boolean