Class RangeChangedBaseEventArgs
- Namespace
- LightningChartLib.WinForms.Charting.Axes
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Represents a base class for RangeChanged event argument classes.
public abstract class RangeChangedBaseEventArgs : ChartEventArgs
- Inheritance
-
RangeChangedBaseEventArgs
- Derived
- Inherited Members
Constructors
RangeChangedBaseEventArgs()
Creates and initializes a new instance of RangeChangedBaseEventArgs class.
public RangeChangedBaseEventArgs()
Fields
CancelRendering
Set 'true' to prevent flickering if you update the chart in the event handler.
public bool CancelRendering
Field Value
NewMax
X value, new maximum value.
public double NewMax
Field Value
NewMin
Y value, new minimum value.
public double NewMin