XAxisScrollMode Enumeration |
LightningChart .NET Help
Scrolling types.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic enum XAxisScrollMode
Public Enumeration XAxisScrollMode
public enum class XAxisScrollMode
Members|
| Member name | Value | Description |
|---|
| 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 trigging position.
|
See Also