Click or drag to resize

HorizontalScrollBarAlignment Enumeration

LightningChart .NET Help
Horizontal scroll bar alignment.

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
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