ClassPolarCustomAnnotation
Class
Represents the PolarCustomAnnotation for RadPolarChart Silverlight control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
cs-api-definition
public class PolarCustomAnnotation : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlPolarCustomAnnotation
Implements:
Inherited Members
Constructors
PolarCustomAnnotation()
Initializes a new instance of the PolarCustomAnnotation class.
Declaration
cs-api-definition
public PolarCustomAnnotation()
Properties
ContentPresenter
Get the custom annotation content presenter.
Declaration
cs-api-definition
public ChartViewContentPresenter ContentPresenter { get; }
Property Value
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
cs-api-definition
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides