Enum HorizontalScrollBarAlignment
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Horizontal scroll bar alignment.
public enum HorizontalScrollBarAlignment
Fields
AboveGraph = 3Scrollbar is horizontally aligned above the graph area. Left edge is positioned to graph left edge, and right edge is positioned to graph right edge.
BelowGraph = 1Scrollbar 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 = 2Scrollbar 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.
None = 0No alignment.