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
CancelRendering
If you update the chart in the event handler, set to true to prevent flickering.
public bool CancelRendering
Field Value
X
X-value.
public float X
Field Value
Y
Y-value.
public float Y