Annotation3DLocationAxisValuesChangedByUser Event |
LightningChart .NET Help
Location axis value coordinates have been changed by user.
Namespace:
Arction.WinForms.Charting.Annotations
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.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.WinForms.Charting.AnnotationsAnnotation3DLocationAxisValuesChangedByUserEventHandler
See Also