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.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public bool Stacked { get; set; }
Property Value
Boolean