Table of Contents

Class AnnotationResizedByUserEventArgs

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

Represents a class that provides arguments for the AnnotationResizedByUser event.

public class AnnotationResizedByUserEventArgs : ChartEventArgs
Inheritance
AnnotationResizedByUserEventArgs
Derived
Inherited Members

Constructors

AnnotationResizedByUserEventArgs()

Creates and initializes a new instance of AnnotationResizedByUserEventArgs class.

public AnnotationResizedByUserEventArgs()

Fields

AngleValueMax

The angle of the left edge. Applies when the rotation angle is 0.

public double AngleValueMax

Field Value

double

AngleValueMin

The angle of the right edge. Applies when the rotation angle is 0.

public double AngleValueMin

Field Value

double

CancelRendering

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

public bool CancelRendering

Field Value

bool

NewSize

The new size in screen coordinates.

public SizeFloat NewSize

Field Value

SizeFloat

OldSize

The old size in screen coordinates.

public SizeFloat OldSize

Field Value

SizeFloat

RadiusValueMax

The radius of the bottom edge. Applies when the rotation angle is 0.

public double RadiusValueMax

Field Value

double

RadiusValueMin

The radius of the top edge. Applies when the rotation angle is 0.

public double RadiusValueMin

Field Value

double