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
ownerViewRoundBaseParent.
Properties
Sizing
Annotation sizing type.
public AnnotationRoundSizing Sizing { get; set; }
Property Value
Methods
SetLocationFromAxisValues(PointFloat)
Sets the annotation location to axis values that match the given screen coordinates.
protected abstract void SetLocationFromAxisValues(PointFloat Coords)
Parameters
CoordsPointFloatparam 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