AnnotationPolarLocationAxisValuesChangedByUser 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 AnnotationPolarLocationAxisValuesChangedByUserEventHandler LocationAxisValuesChangedByUser
Public Event LocationAxisValuesChangedByUser As AnnotationPolarLocationAxisValuesChangedByUserEventHandler
public:
event AnnotationPolarLocationAxisValuesChangedByUserEventHandler^ LocationAxisValuesChangedByUser {
void add (AnnotationPolarLocationAxisValuesChangedByUserEventHandler^ value);
void remove (AnnotationPolarLocationAxisValuesChangedByUserEventHandler^ value);
}Value
Type:
Arction.Wpf.Charting.AnnotationsAnnotationPolarLocationAxisValuesChangedByUserEventHandler
See Also