Enum BarsStacking
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Bars stacking.
public enum BarsStacking
Fields
None = 0Bars are shown side-by-side.
Stack = 1Bars are stacked.
StackStretchToSum = 2Bars 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.