Click or drag to resize

VerticalScrollBarAlignment Enumeration

LightningChart .NET Help
Vertical scroll bar alignment.

Namespace: LightningChartLib.UWP.ChartingMVVM
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public enum VerticalScrollBarAlignment
Members
Member nameValueDescription
None0 No alignment.
RightToGraph1 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.
GraphCenter2 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.
LeftToGraph3 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