Class TargetChangedByUserXYEventArgs
- Namespace
- LightningChartLib.WinForms.Charting.Annotations
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Represents a class that provides arguments for the TargetChangedByUser event.
public class TargetChangedByUserXYEventArgs : TargetChangedByUserEventArgs
- Inheritance
-
TargetChangedByUserXYEventArgs
- Derived
- Inherited Members
Constructors
TargetChangedByUserXYEventArgs()
Creates and initializes a new instance of TargetChangedByUserXYEventArgs class.
public TargetChangedByUserXYEventArgs()
Fields
Annotation
The annotation whose target was changed by user interactive device.
public AnnotationXY Annotation
Field Value
XValue
X-value.
public double XValue
Field Value
YValue
Y-value.
public double YValue