Click or drag to resize

TargetChangedByUserPolarEventArgs Class

LightningChart .NET Help
Represents a class that provides arguments for the TargetChangedByUser event.
Inheritance Hierarchy

Namespace: LightningChartLib.WinForms.Charting.Annotations
Assembly: LightningChart.WinForms.Charting.NET4 (in LightningChart.WinForms.Charting.NET4.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public class TargetChangedByUserPolarEventArgs : TargetChangedByUserEventArgs

The TargetChangedByUserPolarEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodTargetChangedByUserPolarEventArgs Creates and initializes a new instance of TargetChangedByUserPolarEventArgs class.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldAngle Angle value.
Public fieldAnnotation The annotation whose target was changed by user.
Public fieldCancelRendering If you update the chart in the event handler, set to true to prevent flickering.
(Inherited from TargetChangedByUserEventArgs)
Public fieldRadius Radius value.
Top
See Also