ClassPolarChartAnnotation
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:
cs-api-definition
public abstract class PolarChartAnnotation : ChartAnnotation, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartAnnotationPolarChartAnnotation
Derived Classes:
Implements:
Inherited Members
Constructors
PolarChartAnnotation()
Declaration
cs-api-definition
protected PolarChartAnnotation()
Methods
OnAttached()
Occurs when the presenter has been successfully attached to its owning RadChartBase instance.
Declaration
cs-api-definition
protected override void OnAttached()
Overrides