Class ValuesChangedEventArgs
- Namespace
- LightningChartLib.WinForms.Charting.SeriesXY
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Represents a class that provides arguments for the ValuesChanged event.
public class ValuesChangedEventArgs : ChartEventArgs
- Inheritance
-
ValuesChangedEventArgs
- Inherited Members
Constructors
ValuesChangedEventArgs()
Creates and initializes a new instance of BandValuesChangedEventArgs class.
public ValuesChangedEventArgs()
Fields
Band
Sender.
public Band Band
Field Value
CancelRendering
Set 'true' to prevent flickering if you update the chart in the event handler.
public bool CancelRendering
Field Value
NewBeginValue
New begin value.
public double NewBeginValue
Field Value
NewEndValue
New end value.
public double NewEndValue