ClassPolarChartAnnotation
Class
This is the base class for all chart annotations in a RadPolarChart.
Definition
Namespace:Telerik.UI.Xaml.Controls.Chart
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public abstract class PolarChartAnnotation : ChartAnnotation, IChartElementPresenter, IElementPresenter
Inheritance: objectRadControlPresenterBaseChartElementPresenterChartAnnotationPolarChartAnnotation
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