Table of Contents

Enum VerticalScrollBarAlignment

Namespace
LightningChartLib.WinForms.Charting
Assembly
LightningChart.WinForms.Charting.NET4.dll

Vertical scroll bar alignment.

public enum VerticalScrollBarAlignment

Fields

GraphCenter = 2

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.

LeftToGraph = 3

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

None = 0

No alignment.

RightToGraph = 1

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.