Enum BarsTitleVerticalAlign
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Bar labels vertical alignment.
public enum BarsTitleVerticalAlign
Fields
BarBottom = 2Align to bottom of the bar.
BarCenter = 1Align to bar center.
BarTop = 0Align to bar top.
StackSegmentBottom = 4Align to stack segment bottom (if multiple Y-axis segments are used, or graph bottom if not).
StackSegmentTop = 3Align to stack segment top (if multiple Y-axis segments are used, or graph top if not).