Class PolarCustomAnnotation
Allows you to place a custom object at a specific place in your RadPolarChart.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class PolarCustomAnnotation : PolarChartAnnotation, IChartElementPresenterWithMargin, IChartElementPresenter
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
System.Windows.DependencyProperty
|
ContentTemplateProperty
Identifies the ContentTemplate dependency property.
Declaration
public static readonly DependencyProperty ContentTemplateProperty
Field Value
System.Windows.DependencyProperty
|
HorizontalOffsetProperty
Identifies the HorizontalOffset dependency property.
Declaration
public static readonly DependencyProperty HorizontalOffsetProperty
Field Value
System.Windows.DependencyProperty
|
PolarValueProperty
Identifies the PolarValue dependency property.
Declaration
public static readonly DependencyProperty PolarValueProperty
Field Value
System.Windows.DependencyProperty
|
RadialValueProperty
Identifies the RadialValue dependency property.
Declaration
public static readonly DependencyProperty RadialValueProperty
Field Value
System.Windows.DependencyProperty
|
VerticalOffsetProperty
Identifies the VerticalOffset dependency property.
Declaration
public static readonly DependencyProperty VerticalOffsetProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Content
Gets or sets the content.
Declaration
public object Content { get; set; }
Property Value
System.Object
The content. |
ContentTemplate
Gets or sets the content template.
Declaration
public DataTemplate ContentTemplate { get; set; }
Property Value
System.Windows.DataTemplate
The content template. |
HorizontalOffset
Gets or sets the horizontal offset.
Declaration
public double HorizontalOffset { get; set; }
Property Value
System.Double
The horizontal offset. |
PolarValue
Gets or sets the polar value.
Declaration
public double PolarValue { get; set; }
Property Value
System.Double
The polar value. |
RadialValue
Gets or sets the radial value.
Declaration
public object RadialValue { get; set; }
Property Value
System.Object
The radial value. |
VerticalOffset
Gets or sets the vertical offset.
Declaration
public double VerticalOffset { get; set; }
Property Value
System.Double
The vertical offset. |
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.
Declaration
public override void OnApplyTemplate()