Class AnnotationResizedByUserEventArgs
- Namespace
- LightningChartLib.WinForms.Charting.Annotations
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Represents a class that provides arguments for the AnnotationResizedByUser event.
public class AnnotationResizedByUserEventArgs : ChartEventArgs
- Inheritance
-
AnnotationResizedByUserEventArgs
- Derived
- Inherited Members
Constructors
AnnotationResizedByUserEventArgs()
Creates and initializes a new instance of AnnotationResizedByUserEventArgs class.
public AnnotationResizedByUserEventArgs()
Fields
AngleValueMax
The angle of the left edge. Applies when the rotation angle is 0.
public double AngleValueMax
Field Value
AngleValueMin
The angle of the right edge. Applies when the rotation angle is 0.
public double AngleValueMin
Field Value
CancelRendering
If you update the chart in the event handler, set to true to prevent flickering.
public bool CancelRendering
Field Value
NewSize
The new size in screen coordinates.
public SizeFloat NewSize
Field Value
OldSize
The old size in screen coordinates.
public SizeFloat OldSize
Field Value
RadiusValueMax
The radius of the bottom edge. Applies when the rotation angle is 0.
public double RadiusValueMax
Field Value
RadiusValueMin
The radius of the top edge. Applies when the rotation angle is 0.
public double RadiusValueMin