Class TextAnnotation
Inheritance
System.Object
TextAnnotation
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class TextAnnotation : SingleAnnotation, ICloneable
Constructors
TextAnnotation()
Declaration
Fields
AngleProperty
The DependencyProperty for Angle property.
Declaration
public static readonly DependencyProperty AngleProperty
Field Value
Type |
System.Windows.DependencyProperty |
Properties
Angle
Gets or sets the rotation angle for Annotation.
Declaration
public double Angle { get; set; }
Property Value
Methods
CloneAnnotation(Annotation)
Declaration
protected override DependencyObject CloneAnnotation(Annotation annotation)
Parameters
Returns
Type |
System.Windows.DependencyObject |
Overrides
GetRenderedAnnotation()
Returns the annotation UI element
Declaration
public override UIElement GetRenderedAnnotation()
Returns
Type |
System.Windows.UIElement |
Overrides
UpdateAnnotation()
Declaration
public override void UpdateAnnotation()
Overrides
Implements