Class AnchorAdjustedByUserEventArgs
- Namespace
- LightningChartLib.WinForms.Charting.Annotations
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Represents a class that provides arguments for the AnchorAdjustedByUser event.
public class AnchorAdjustedByUserEventArgs : ChartEventArgs
- Inheritance
-
AnchorAdjustedByUserEventArgs
- Inherited Members
Constructors
AnchorAdjustedByUserEventArgs()
Creates and initializes a new instance of AnchorAdjustedByUserEventArgs class.
public AnchorAdjustedByUserEventArgs()
Fields
Annotation
The annotation whose anchor was adjusted by user interactive device.
public AnnotationBase Annotation
Field Value
CancelRendering
If you update the chart in the event handler, set to true to prevent flickering.
public bool CancelRendering
Field Value
NewAnchor
New anchor.
public PointFloat NewAnchor
Field Value
OldAnchor
Old anchor.
public PointFloat OldAnchor