Class PolarCustomAnnotation
Inheritance
System.Object
PolarCustomAnnotation
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Chart
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class PolarCustomAnnotation : PolarChartAnnotation, IChartElementPresenter, IElementPresenter
Constructors
PolarCustomAnnotation()
Declaration
public PolarCustomAnnotation()
Fields
ContentProperty
Declaration
public static readonly DependencyProperty ContentProperty
Field Value
Microsoft.
|
ContentTemplateProperty
Declaration
public static readonly DependencyProperty ContentTemplateProperty
Field Value
Microsoft.
|
HorizontalOffsetProperty
Declaration
public static readonly DependencyProperty HorizontalOffsetProperty
Field Value
Microsoft.
|
PolarValueProperty
Declaration
public static readonly DependencyProperty PolarValueProperty
Field Value
Microsoft.
|
RadialValueProperty
Declaration
public static readonly DependencyProperty RadialValueProperty
Field Value
Microsoft.
|
VerticalOffsetProperty
Declaration
public static readonly DependencyProperty VerticalOffsetProperty
Field Value
Microsoft.
|
Properties
Content
Declaration
public object Content { get; set; }
Property Value
System.
|
ContentTemplate
Declaration
public DataTemplate ContentTemplate { get; set; }
Property Value
Microsoft.
|
HorizontalOffset
Declaration
public double HorizontalOffset { get; set; }
Property Value
System.
|
PolarValue
Declaration
public double PolarValue { get; set; }
Property Value
System.
|
RadialValue
Declaration
public object RadialValue { get; set; }
Property Value
System.
|
VerticalOffset
Declaration
public double VerticalOffset { get; set; }
Property Value
System.
|
Methods
ApplyTemplateCore()
Declaration
protected override bool ApplyTemplateCore()
Returns
System.
|
Overrides
MeasureNodeOverride(Node, Object)
Declaration
protected override RadSize MeasureNodeOverride(Node node, object content)
Parameters
Node
node
|
System.
|
Returns
Overrides
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Microsoft.
|
Overrides
UnapplyTemplateCore()
Declaration
protected override void UnapplyTemplateCore()