Allows you to place a custom object at a specific place in your RadPolarChart.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public class PolarCustomAnnotation : PolarChartAnnotation, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartAnnotationPolarChartAnnotationPolarCustomAnnotation...
Implements:
Inherited Members
Constructors
Initializes a new instance of the PolarCustomAnnotation class.
public PolarCustomAnnotation()
Fields
ContentProperty
DependencyProperty
Identifies the Content dependency property.
public static readonly DependencyProperty ContentProperty
ContentTemplateProperty
DependencyProperty
Identifies the ContentTemplate dependency property.
public static readonly DependencyProperty ContentTemplateProperty
HorizontalOffsetProperty
DependencyProperty
Identifies the HorizontalOffset dependency property.
public static readonly DependencyProperty HorizontalOffsetProperty
PolarValueProperty
DependencyProperty
Identifies the PolarValue dependency property.
public static readonly DependencyProperty PolarValueProperty
RadialValueProperty
DependencyProperty
Identifies the RadialValue dependency property.
public static readonly DependencyProperty RadialValueProperty
VerticalOffsetProperty
DependencyProperty
Identifies the VerticalOffset dependency property.
public static readonly DependencyProperty VerticalOffsetProperty
Properties
Gets or sets the content.
public object Content { get; set; }
The content.
ContentTemplate
DataTemplate
Gets or sets the content template.
public DataTemplate ContentTemplate { get; set; }
The content template.
Gets or sets the horizontal offset.
public double HorizontalOffset { get; set; }
The horizontal offset.
Gets or sets the polar value.
public double PolarValue { get; set; }
The polar value.
Gets or sets the radial value.
public object RadialValue { get; set; }
The radial value.
Gets or sets the vertical offset.
public double VerticalOffset { get; set; }
The vertical offset.
Methods
When overridden in a derived class, is invoked whenever application code or internal processes call .
public override void OnApplyTemplate()
Overrides: