Table of Contents

Class RotatedByUserEventArgs

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

Represents a class that provides arguments for the RotatedByUser event.

public class RotatedByUserEventArgs : ChartEventArgs
Inheritance
RotatedByUserEventArgs
Inherited Members

Constructors

RotatedByUserEventArgs()

Creates and initializes a new instance of RotatedByUserEventArgs class.

public RotatedByUserEventArgs()

Fields

Annotation

The annotation that was rotated 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

NewAngle

New angle of the annotation.

public double NewAngle

Field Value

double