Click or drag to resize

HorizontalScrollBarAlignment Enumeration

LightningChart .NET Help
Horizontal 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 HorizontalScrollBarAlignment
Members
Member nameValueDescription
None0 No alignment.
BelowGraph1 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.
GraphCenter2 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.
AboveGraph3 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