ClassCartesianCustomAnnotation
Class
Represents the CartesianCustomAnnotation for RadCartesianChart Silverlight control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class CartesianCustomAnnotation : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlCartesianCustomAnnotation
Implements:
Inherited Members
Constructors
CartesianCustomAnnotation()
Initializes a new instance of the CartesianCustomAnnotation class.
Declaration
cs-api-definition
public CartesianCustomAnnotation()
Properties
CanvasLeft
Get the label CanvasLeft
CanvasTop
Get the label CanvasTop
CanvasZIndex
Get the annotation ZIndex
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