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