Class RangeChangedSmithEventArgs
- Namespace
- LightningChartLib.WinForms.Charting.Axes
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Represents a class that provides arguments for the RangeChanged event.
public class RangeChangedSmithEventArgs : ChartEventArgs
- Inheritance
-
RangeChangedSmithEventArgs
- Inherited Members
Fields
Axis
Axis object.
public AxisSmithBase Axis
Field Value
CancelRendering
Set 'true' to prevent flickering if you update the chart in the event handler.
public bool CancelRendering
Field Value
NewReferenceValue
New reference value of the axis.
public double NewReferenceValue