Enum BarViewGrouping3D
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Bars view grouping for 3D.
public enum BarViewGrouping3D
Fields
GroupedByXValue = 5Grouped by X value.
GroupedIndexed = 4Grouped by index.
GroupedIndexedFitWidth = 3Bars are shown next to each other for same index value and fitted to view.
Manhattan = 6Bars 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 = 1Bars stacked on X value.
StackedIndexed = 0Bars are stacked on index.
StackedStretchedToSum = 2Bars 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.