ClassPolarAxisGridLineAnnotation
Allows you to place am ellipse at a specific place in your RadCartesianChart. This annotation uses the PolarAxis.
Definition
Namespace:Telerik.UI.Xaml.Controls.Chart
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class PolarAxisGridLineAnnotation : PolarStrokedAnnotation, IChartElementPresenter, IElementPresenter
Inheritance: objectRadControlPresenterBaseChartElementPresenterChartAnnotationPolarChartAnnotationPolarStrokedAnnotationPolarAxisGridLineAnnotation
Implements:
Inherited Members
Constructors
PolarAxisGridLineAnnotation()
Initializes a new instance of the PolarAxisGridLineAnnotation class.
Declaration
public PolarAxisGridLineAnnotation()
Fields
ValueProperty
Identifies the Value dependency property.
Declaration
public static readonly DependencyProperty ValueProperty
Field Value
DependencyProperty
Properties
Presenter
Gets the presenter.
Declaration
protected override Shape Presenter { get; }
Property Value
Shape
The presenter.
Overrides
Methods
ApplyTemplateCore()
Initializes the render surface template part.
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides
UnapplyTemplateCore()
Removes the current control template. Occurs when a template has already been applied and a new one is applied.
Declaration
protected override void UnapplyTemplateCore()
Overrides