Class PolarChartAnnotation
This is the base class for all chart annotations in a Polar chart.
Inheritance
System.Object
PolarChartAnnotation
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public abstract class PolarChartAnnotation : ChartAnnotation, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IChartElementPresenter, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement
Constructors
PolarChartAnnotation()
Declaration
protected PolarChartAnnotation()
Methods
OnAttached(UIChartElement)
Occurs when the presenter has been successfully attached to its owning ChartView instance.
Declaration
protected override void OnAttached(UIChartElement parent)
Parameters
UIChartElement
parent
|