Table of Contents

Enum BarViewGrouping3D

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

Bars view grouping for 3D.

public enum BarViewGrouping3D

Fields

GroupedByXValue = 5

Grouped by X value.

GroupedIndexed = 4

Grouped by index.

GroupedIndexedFitWidth = 3

Bars are shown next to each other for same index value and fitted to view.

Manhattan = 6

Bars are shown in near-far view, first series in list nearest and last farthest. Bar X values control the position in X dimension. Series title is shown at the start or end edge of series.

StackedByXValue = 1

Bars stacked on X value.

StackedIndexed = 0

Bars are stacked on index.

StackedStretchedToSum = 2

Bars are stacked by X values 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.