Table of Contents

Class BandResizedByUserEventArgs

Namespace
LightningChartLib.WinForms.Charting.SeriesXY
Assembly
LightningChart.WinForms.Charting.NET4.dll

Represents a class that provides arguments for the ResizedByUser event.

public class BandResizedByUserEventArgs : ChartEventArgs
Inheritance
BandResizedByUserEventArgs
Inherited Members

Constructors

BandResizedByUserEventArgs()

Creates and initializes a new instance of BandResizedByUserEventArgs class.

public BandResizedByUserEventArgs()

Fields

Band

Band.

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

ValueBegin

Begin value.

public double ValueBegin

Field Value

double

ValueEnd

End value.

public double ValueEnd

Field Value

double