Table of Contents

Class LocationRelativeOffsetChangedByUserEventArgs

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

Represents a class that provides arguments for the LocationRelativeOffsetChangedByUser event.

public class LocationRelativeOffsetChangedByUserEventArgs : ChartEventArgs
Inheritance
LocationRelativeOffsetChangedByUserEventArgs
Derived
Inherited Members

Constructors

LocationRelativeOffsetChangedByUserEventArgs()

Creates and initializes a new instance of LocationRelativeOffsetChangedByUserEventArgs class.

public LocationRelativeOffsetChangedByUserEventArgs()

Fields

Annotation

The annotation whose location relative offset was changed by user interactive device.

public AnnotationBase Annotation

Field Value

AnnotationBase

CancelRendering

If you update the chart in the event handler, set to true to prevent flickering.

public bool CancelRendering

Field Value

bool

X

X-value.

public float X

Field Value

float

Y

Y-value.

public float Y

Field Value

float