Table of Contents

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

AxisSmithBase

CancelRendering

Set 'true' to prevent flickering if you update the chart in the event handler.

public bool CancelRendering

Field Value

bool

NewReferenceValue

New reference value of the axis.

public double NewReferenceValue

Field Value

double