Table of Contents

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

Band

CancelRendering

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

public bool CancelRendering

Field Value

bool

NewBeginValue

New begin value.

public double NewBeginValue

Field Value

double

NewEndValue

New end value.

public double NewEndValue

Field Value

double