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

Allows you to place a custom object at a specific place in your RadPolarChart.

Definition

Constructors

Initializes a new instance of the PolarCustomAnnotation class.

C#
public PolarCustomAnnotation()

Fields

ContentProperty

DependencyProperty

Identifies the Content dependency property.

C#
public static readonly DependencyProperty ContentProperty

ContentTemplateProperty

DependencyProperty

Identifies the ContentTemplate dependency property.

C#
public static readonly DependencyProperty ContentTemplateProperty

HorizontalOffsetProperty

DependencyProperty

Identifies the HorizontalOffset dependency property.

C#
public static readonly DependencyProperty HorizontalOffsetProperty

PolarValueProperty

DependencyProperty

Identifies the PolarValue dependency property.

C#
public static readonly DependencyProperty PolarValueProperty

RadialValueProperty

DependencyProperty

Identifies the RadialValue dependency property.

C#
public static readonly DependencyProperty RadialValueProperty

VerticalOffsetProperty

DependencyProperty

Identifies the VerticalOffset dependency property.

C#
public static readonly DependencyProperty VerticalOffsetProperty

Properties

Gets or sets the content.

C#
public object Content { get; set; }
Property Value:

The content.

ContentTemplate

DataTemplate

Gets or sets the content template.

C#
public DataTemplate ContentTemplate { get; set; }
Property Value:

The content template.

Gets or sets the horizontal offset.

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

The horizontal offset.

Gets or sets the polar value.

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

The polar value.

Gets or sets the radial value.

C#
public object RadialValue { get; set; }
Property Value:

The radial value.

Gets or sets the vertical offset.

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

The vertical offset.

Methods

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

C#
public override void OnApplyTemplate()

Overrides: ChartAnnotation.OnApplyTemplate()