Table of Contents

Class AnnotationResizedByUser3DBaseEventArgs

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

Represents a class that provides arguments for the AnnotationResizedByUser event.

public class AnnotationResizedByUser3DBaseEventArgs : AnnotationResizedByUserEventArgs
Inheritance
AnnotationResizedByUser3DBaseEventArgs
Inherited Members

Constructors

AnnotationResizedByUser3DBaseEventArgs()

Creates and initializes a new instance of AnnotationResizedByUser3DBaseEventArgs class.

public AnnotationResizedByUser3DBaseEventArgs()

Fields

Annotation

The annotation that was resized by user.

public Annotation3DBase Annotation

Field Value

Annotation3DBase