VerticalScrollBarAlignment Enumeration |
LightningChart .NET Help
Vertical scroll bar alignment.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic enum VerticalScrollBarAlignment
Public Enumeration VerticalScrollBarAlignment
public enum class VerticalScrollBarAlignment
Members|
| Member name | Value | Description |
|---|
| None | 0 |
No alignment.
|
| RightToGraph | 1 |
Scrollbar is vertically aligned to the right of the graph area.
Left edge is positioned to graph left edge, and right edge is positioned to graph right edge.
|
| GraphCenter | 2 |
Scrollbar is vertically 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.
|
| LeftToGraph | 3 |
Scrollbar is vertically aligned to the left of the graph area.
Left edge is positioned to graph left edge, and right edge is positioned to graph right edge
|
See Also