Enum XAxisScrollMode
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Scrolling types.
public enum XAxisScrollMode
Fields
None = 0X-axis is not automatically scrolled.
Scrolling = 1X-axis will be scrolled when scroll position approaches end of the graph.
Stepping = 2Steps the view with Step when scroll position reaches end of the graph.
Sweeping = 3Previous trace will be left in the background and new trace will be swept over it.
Triggering = 4The X-axis minimum and maximum are set by detected level triggering position.