ClassPolarCustomAnnotation
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
PolarCustomAnnotation()
Initializes a new instance of the PolarCustomAnnotation class.
Declaration
public PolarCustomAnnotation()
Fields
ContentProperty
Identifies the Content dependency property.
Declaration
public static readonly DependencyProperty ContentProperty
Field Value
DependencyProperty
ContentTemplateProperty
Identifies the ContentTemplate dependency property.
Declaration
public static readonly DependencyProperty ContentTemplateProperty
Field Value
DependencyProperty
HorizontalOffsetProperty
Identifies the HorizontalOffset dependency property.
Declaration
public static readonly DependencyProperty HorizontalOffsetProperty
Field Value
DependencyProperty
PolarValueProperty
Identifies the PolarValue dependency property.
Declaration
public static readonly DependencyProperty PolarValueProperty
Field Value
DependencyProperty
RadialValueProperty
Identifies the RadialValue dependency property.
Declaration
public static readonly DependencyProperty RadialValueProperty
Field Value
DependencyProperty
VerticalOffsetProperty
Identifies the VerticalOffset dependency property.
Declaration
public static readonly DependencyProperty VerticalOffsetProperty
Field Value
DependencyProperty
Properties
Content
Gets or sets the content.
Declaration
public object Content { get; set; }
Property Value
The content.
ContentTemplate
Gets or sets the content template.
Declaration
public DataTemplate ContentTemplate { get; set; }
Property Value
DataTemplate
The content template.
HorizontalOffset
Gets or sets the horizontal offset.
Declaration
public double HorizontalOffset { get; set; }
Property Value
The horizontal offset.
PolarValue
Gets or sets the polar value.
Declaration
public double PolarValue { get; set; }
Property Value
The polar value.
RadialValue
Gets or sets the radial value.
Declaration
public object RadialValue { get; set; }
Property Value
The radial value.
VerticalOffset
Gets or sets the vertical offset.
Declaration
public double VerticalOffset { get; set; }
Property Value
The vertical offset.
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call .
Declaration
public override void OnApplyTemplate()
Overrides