Table of Contents

Enum HorizontalScrollBarAlignment

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

Horizontal scroll bar alignment.

public enum HorizontalScrollBarAlignment

Fields

AboveGraph = 3

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.

BelowGraph = 1

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.

GraphCenter = 2

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.

None = 0

No alignment.