Table of Contents

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

AnnotationXY

XValue

X-value.

public double XValue

Field Value

double

YValue

Y-value.

public double YValue

Field Value

double