Annotation3DLocationAxisValuesChangedByUser Event |
LightningChart .NET Help
Location axis value coordinates have been changed by user.
Namespace:
Arction.Wpf.ChartingMVVM.Annotations
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic event Annotation3DLocationAxisValuesChangedByUserEventHandler LocationAxisValuesChangedByUser
Public Event LocationAxisValuesChangedByUser As Annotation3DLocationAxisValuesChangedByUserEventHandler
public:
event Annotation3DLocationAxisValuesChangedByUserEventHandler^ LocationAxisValuesChangedByUser {
void add (Annotation3DLocationAxisValuesChangedByUserEventHandler^ value);
void remove (Annotation3DLocationAxisValuesChangedByUserEventHandler^ value);
}Value
Type:
Arction.Wpf.ChartingMVVM.AnnotationsAnnotation3DLocationAxisValuesChangedByUserEventHandler
See Also