HorizontalScrollBarAlignment Enumeration |
LightningChart .NET Help
Horizontal scroll bar alignment.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic enum HorizontalScrollBarAlignment
Public Enumeration HorizontalScrollBarAlignment
public enum class HorizontalScrollBarAlignment
Members|
| Member name | Value | Description |
|---|
| None | 0 |
No alignment.
|
| BelowGraph | 1 |
Scrollbar is horizontally aligned below the graph area.
Left edge is positioned to graph left edge, and right edge is positioned to graph right edge.
|
| GraphCenter | 2 |
Scrollbar is horizontally aligned to the center of the graph area.
Left edge is positioned to graph left edge, and right edge is positioned to graph right edge.
|
| AboveGraph | 3 |
Scrollbar is horizontally aligned above the graph area.
Left edge is positioned to graph left edge, and right edge is positioned to graph right edge.
|
See Also