Table of Contents

Enum XAxisScrollMode

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

Scrolling types.

public enum XAxisScrollMode

Fields

None = 0

X-axis is not automatically scrolled.

Scrolling = 1

X-axis will be scrolled when scroll position approaches end of the graph.

Stepping = 2

Steps the view with Step when scroll position reaches end of the graph.

Sweeping = 3

Previous trace will be left in the background and new trace will be swept over it.

Triggering = 4

The X-axis minimum and maximum are set by detected level triggering position.