Table of Contents

Class TargetChangedByUserPolarEventArgs

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

Represents a class that provides arguments for the TargetChangedByUser event.

public class TargetChangedByUserPolarEventArgs : TargetChangedByUserEventArgs
Inheritance
TargetChangedByUserPolarEventArgs
Derived
Inherited Members

Constructors

TargetChangedByUserPolarEventArgs()

Creates and initializes a new instance of TargetChangedByUserPolarEventArgs class.

public TargetChangedByUserPolarEventArgs()

Fields

Angle

Angle value.

public double Angle

Field Value

double

Annotation

The annotation whose target was changed by user.

public AnnotationPolar Annotation

Field Value

AnnotationPolar

Radius

Radius value.

public double Radius

Field Value

double