Click or drag to resize

LocationRelativeOffsetChangedByUserEventArgs Class

LightningChart .NET Help
Represents a class that provides arguments for the LocationRelativeOffsetChangedByUser event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    LightningChartLib.WinForms.ChartingChartEventArgs
      LightningChartLib.WinForms.Charting.AnnotationsLocationRelativeOffsetChangedByUserEventArgs
        LightningChartLib.WinForms.Charting.AnnotationsLocationScreenCoordinatesChangedByUserEventArgs

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 LocationRelativeOffsetChangedByUserEventArgs : ChartEventArgs

The LocationRelativeOffsetChangedByUserEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodLocationRelativeOffsetChangedByUserEventArgs Creates and initializes a new instance of LocationRelativeOffsetChangedByUserEventArgs 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 fieldAnnotation The annotation whose location relative offset was changed by user interactive device.
Public fieldCancelRendering If you update the chart in the event handler, set to true to prevent flickering.
Public fieldX X-value.
Public fieldY Y-value.
Top
See Also