Table of Contents

Class AnnotationRound

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

Annotation for round views (ViewPolar and ViewSmith).

[TypeConverter(typeof(ExpandableObjectConverter))]
public abstract class AnnotationRound : AnnotationBase, IChartNode, IDisposable, IHighlightingItem
Inheritance
AnnotationRound
Implements
Derived
Inherited Members

Constructors

AnnotationRound()

Constructor for property grid editor.

public AnnotationRound()

AnnotationRound(ViewRoundBase)

Constructor.

public AnnotationRound(ViewRoundBase owner)

Parameters

owner ViewRoundBase

Parent.

Properties

Sizing

Annotation sizing type.

public AnnotationRoundSizing Sizing { get; set; }

Property Value

AnnotationRoundSizing

Methods

SetLocationFromAxisValues(PointFloat)

Sets the annotation location to axis values that match the given screen coordinates.

protected abstract void SetLocationFromAxisValues(PointFloat Coords)

Parameters

Coords PointFloat
param Coords M:LightningChartLib.WinForms.Charting.Annotations.AnnotationRound.SetLocationFromAxisValues(LightningChartLib.WinForms.Charting.PointFloat)

Events

ResizedByUser

Annotation has been resized by user.

public event AnnotationRound.ResizedByUserEventHandler ResizedByUser

Event Type

AnnotationRound.ResizedByUserEventHandler