Click or drag to resize

BarViewGrouping3D Enumeration

LightningChart .NET Help
Bars view grouping for 3D.

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public enum BarViewGrouping3D
Members
  Member nameValueDescription
StackedIndexed0 Bars are stacked on index.
StackedByXValue1 Bars stacked on X value.
StackedStretchedToSum2 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.
GroupedIndexedFitWidth3 Bars are shown next to each other for same index value and fitted to view.
GroupedIndexed4 Grouped by index.
GroupedByXValue5 Grouped by X value.
Manhattan6 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