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
CancelRendering
Set 'true' to prevent flickering if you update the chart in the event handler.
public bool CancelRendering
Field Value
ValueBegin
Begin value.
public double ValueBegin
Field Value
ValueEnd
End value.
public double ValueEnd