Class AnnotationResizedByUserXYEventArgs
- Namespace
- LightningChartLib.WinForms.Charting.Annotations
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Represents a class that provides arguments for the AnnotationResizedByUser event.
public class AnnotationResizedByUserXYEventArgs : AnnotationResizedByUserEventArgs
- Inheritance
-
AnnotationResizedByUserXYEventArgs
- Inherited Members
Constructors
AnnotationResizedByUserXYEventArgs()
Creates and initializes a new instance of AnnotationResizedByUserXYEventArgs class.
public AnnotationResizedByUserXYEventArgs()
Fields
Annotation
The annotation that was resized by user.
public AnnotationXY Annotation