Enum VerticalScrollBarAlignment
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Vertical scroll bar alignment.
public enum VerticalScrollBarAlignment
Fields
GraphCenter = 2Scrollbar 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 = 3Scrollbar 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
None = 0No alignment.
RightToGraph = 1Scrollbar 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.