LightningChart .NET Help
Bars stacking.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
SyntaxPublic Enumeration BarsStacking
public enum class BarsStacking
Members|
| Member name | Value | Description |
|---|
| None | 0 |
Bars are shown side-by-side.
|
| Stack | 1 |
Bars are stacked.
|
| StackStretchToSum | 2 |
Bars are stacked and stretched to produce certain sum.
For example, put StackSum to 100 and set y-axis units to %
to illustrate how big portion each series value represents
compared to values of all series.
|
See Also