Table of Contents

Class TargetChangedByUser3DEventArgs

Namespace
LightningChartLib.WinForms.Charting.Annotations
Assembly
LightningChart.WinForms.Charting.NET4.dll

Represents a class that provides arguments for the TargetChangedByUser event.

public class TargetChangedByUser3DEventArgs : TargetChangedByUserEventArgs
Inheritance
TargetChangedByUser3DEventArgs
Derived
Inherited Members

Constructors

TargetChangedByUser3DEventArgs()

Creates and initializes a new instance of TargetChangedByUser3DEventArgs class.

public TargetChangedByUser3DEventArgs()

Fields

Annotation

The annotation whose target was changed by user.

public Annotation3DBase Annotation

Field Value

Annotation3DBase

XValue

X-value.

public double XValue

Field Value

double

YValue

Y-value.

public double YValue

Field Value

double

ZValue

Z-value.

public double ZValue

Field Value

double