Class ValueChangedEventArgs
- Namespace
- LightningChartLib.WinForms.Charting.SeriesXY
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Represents a class that provides arguments for the ValueChanged event.
public class ValueChangedEventArgs : ChartEventArgs
- Inheritance
-
ValueChangedEventArgs
- Inherited Members
Constructors
ValueChangedEventArgs()
Creates and initializes a new instance of ConstantLineValueChangedEventArgs class.
public ValueChangedEventArgs()
Fields
CancelRendering
If you update the chart in the event handler, set to true to prevent flickering.
public bool CancelRendering
Field Value
ConstantLine
The ConstantLine object whose value was changed.
public ConstantLine ConstantLine
Field Value
NewValue
New value.
public double NewValue