Class PolarCustomAnnotation
Allows you to place a custom object at a specific place in your Rad
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 Polar
Declaration
public PolarCustomAnnotation()
Fields
ContentProperty
Identifies the Content dependency property.
Declaration
public static readonly DependencyProperty ContentProperty
Field Value
System.
|
ContentTemplateProperty
Identifies the Content
Declaration
public static readonly DependencyProperty ContentTemplateProperty
Field Value
System.
|
HorizontalOffsetProperty
Identifies the Horizontal
Declaration
public static readonly DependencyProperty HorizontalOffsetProperty
Field Value
System.
|
PolarValueProperty
Identifies the Polar
Declaration
public static readonly DependencyProperty PolarValueProperty
Field Value
System.
|
RadialValueProperty
Identifies the Radial
Declaration
public static readonly DependencyProperty RadialValueProperty
Field Value
System.
|
VerticalOffsetProperty
Identifies the Vertical
Declaration
public static readonly DependencyProperty VerticalOffsetProperty
Field Value
System.
|
Properties
Content
Gets or sets the content.
Declaration
public object Content { get; set; }
Property Value
System. The content. |
ContentTemplate
Gets or sets the content template.
Declaration
public DataTemplate ContentTemplate { get; set; }
Property Value
System. The content template. |
HorizontalOffset
Gets or sets the horizontal offset.
Declaration
public double HorizontalOffset { get; set; }
Property Value
System. The horizontal offset. |
PolarValue
Gets or sets the polar value.
Declaration
public double PolarValue { get; set; }
Property Value
System. The polar value. |
RadialValue
Gets or sets the radial value.
Declaration
public object RadialValue { get; set; }
Property Value
System. The radial value. |
VerticalOffset
Gets or sets the vertical offset.
Declaration
public double VerticalOffset { get; set; }
Property Value
System. The vertical offset. |
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application
code or internal processes call System.
Declaration
public override void OnApplyTemplate()