Click or drag to resize

XAxisScrollMode Enumeration

LightningChart .NET Help
Scrolling types.

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public enum XAxisScrollMode
Members
  Member nameValueDescription
None0 X-axis is not automatically scrolled.
Scrolling1 X-axis will be scrolled when scroll position approaches end of the graph.
Stepping2 Steps the view with Step when scroll position reaches end of the graph.
Sweeping3 Previous trace will be left in the background and new trace will be swept over it.
Triggering4 The X-axis minimum and maximum are set by detected level trigging position.
See Also