BarsTitleVerticalAlign Enumeration |
LightningChart .NET Help
Bar labels vertical alignment.
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic enum BarsTitleVerticalAlign
Public Enumeration BarsTitleVerticalAlign
public enum class BarsTitleVerticalAlign
Members|
| Member name | Value | Description |
|---|
| BarTop | 0 |
Align to bar top.
|
| BarCenter | 1 |
Align to bar center.
|
| BarBottom | 2 |
Align to bottom of the bar.
|
| StackSegmentTop | 3 |
Align to stack segment top (if multiple Y-axis segments are used, or graph top if not).
|
| StackSegmentBottom | 4 |
Align to stack segment bottom (if multiple Y-axis segments are used, or graph bottom if not).
|
See Also