AnnotationSmithLocationAxisValuesChangedByUser Event |
LightningChart .NET Help
Location axis values 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 AnnotationSmithLocationAxisValuesChangedByUserEventHandler LocationAxisValuesChangedByUser
Public Event LocationAxisValuesChangedByUser As AnnotationSmithLocationAxisValuesChangedByUserEventHandler
public:
event AnnotationSmithLocationAxisValuesChangedByUserEventHandler^ LocationAxisValuesChangedByUser {
void add (AnnotationSmithLocationAxisValuesChangedByUserEventHandler^ value);
void remove (AnnotationSmithLocationAxisValuesChangedByUserEventHandler^ value);
}Value
Type:
Arction.Wpf.ChartingMVVM.AnnotationsAnnotationSmithLocationAxisValuesChangedByUserEventHandler
See Also