Table of Contents

Enum BarsStacking

Namespace
LightningChartLib.WinForms.Charting
Assembly
LightningChart.WinForms.Charting.NET4.dll

Bars stacking.

public enum BarsStacking

Fields

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.