Click or drag to resize

BarsTitleVerticalAlign Enumeration

LightningChart .NET Help
Bar labels vertical alignment.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public enum BarsTitleVerticalAlign
Members
  Member nameValueDescription
BarTop0 Align to bar top.
BarCenter1 Align to bar center.
BarBottom2 Align to bottom of the bar.
StackSegmentTop3 Align to stack segment top (if multiple Y-axis segments are used, or graph top if not).
StackSegmentBottom4 Align to stack segment bottom (if multiple Y-axis segments are used, or graph bottom if not).
See Also