New to Telerik UI for WPFStart a free 30-day trial

Allows you to place am ellipse at a specific place in your RadCartesianChart. This annotation uses the PolarAxis.

Definition

Constructors

Initializes a new instance of the PolarAxisGridLineAnnotation class.

C#
public PolarAxisGridLineAnnotation()

Fields

ValueProperty

DependencyProperty

Identifies the Value dependency property.

C#
public static readonly DependencyProperty ValueProperty

Properties

Gets the presenter.

C#
protected override Shape Presenter { get; }
Property Value:

The presenter.

Overrides: PolarStrokedAnnotation.Presenter

Gets or sets the value.

C#
public double Value { get; set; }
Property Value:

The value.

Methods

When overridden in a derived class, is invoked whenever application code or internal processes call .

C#
public override void OnApplyTemplate()

Overrides: ChartAnnotation.OnApplyTemplate()

Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.

C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

The type-specific AutomationPeer implementation.

Overrides: ChartAnnotation.OnCreateAutomationPeer()