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