Class ScrollEventArgs
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Represents a class that provides arguments for the Scroll event.
public class ScrollEventArgs : ChartEventArgs
- Inheritance
-
ScrollEventArgs
- Inherited Members
Constructors
ScrollEventArgs()
Creates and initializes a new instance of ScrollEventArgs class.
public ScrollEventArgs()
Fields
NewValue
The new value.
public double NewValue
Field Value
OldValue
The old value.
public double OldValue
Field Value
Type
Identifies what kind of scrolling occurred.
public ScrollBarScrollType Type