BarViewGrouping3D Enumeration |
LightningChart .NET Help
Bars view grouping for 3D.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic enum BarViewGrouping3D
Public Enumeration BarViewGrouping3D
public enum class BarViewGrouping3D
Members|
| Member name | Value | Description |
|---|
| StackedIndexed | 0 |
Bars are stacked on index.
|
| StackedByXValue | 1 |
Bars stacked on X value.
|
| 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.
|
| GroupedIndexedFitWidth | 3 |
Bars are shown next to each other for same index value and fitted to view.
|
| GroupedIndexed | 4 |
Grouped by index.
|
| GroupedByXValue | 5 |
Grouped by X value.
|
| 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.
|
See Also