PolarChartAnnotation
Class
This is the base class for all chart annotations in a RadPolarChart.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
public abstract class PolarChartAnnotation : ChartAnnotation, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartAnnotationPolarChartAnnotation...
Derived Classes:
Implements:
Inherited Members
Constructors
C#
protected PolarChartAnnotation()
Methods
Occurs when the presenter has been successfully attached to its owning RadChartBase instance.
C#
protected override void OnAttached()
Overrides: