AnnotationBaseAnchorAdjustedByUser Event |
LightningChart .NET Help
Anchor has been adjusted by user.
Namespace:
Arction.Wpf.ChartingMVVM.Annotations
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic event AnnotationBaseAnchorAdjustedByUserEventHandler AnchorAdjustedByUser
Public Event AnchorAdjustedByUser As AnnotationBaseAnchorAdjustedByUserEventHandler
public:
event AnnotationBaseAnchorAdjustedByUserEventHandler^ AnchorAdjustedByUser {
void add (AnnotationBaseAnchorAdjustedByUserEventHandler^ value);
void remove (AnnotationBaseAnchorAdjustedByUserEventHandler^ value);
}Value
Type:
Arction.Wpf.ChartingMVVM.AnnotationsAnnotationBaseAnchorAdjustedByUserEventHandler
See Also