menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextAnnotation - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TextAnnotation

    Inheritance
    System.Object
    Annotation
    SingleAnnotation
    TextAnnotation
    Implements
    ICloneable
    Inherited Members
    Annotation.AnnotationElement
    Annotation.CanUpdateRange(Object, Object)
    Annotation.Clone()
    Annotation.ContentTemplate
    Annotation.ContentTemplateProperty
    Annotation.CoordinateUnit
    Annotation.CoordinateUnitProperty
    Annotation.EnableClipping
    Annotation.EnableClippingProperty
    Annotation.EnableEditing
    Annotation.EnableEditingProperty
    Annotation.EnsurePoint(Point, Point)
    Annotation.FontFamily
    Annotation.FontFamilyProperty
    Annotation.FontSize
    Annotation.FontSizeProperty
    Annotation.FontStretch
    Annotation.FontStretchProperty
    Annotation.FontStyle
    Annotation.FontStyleProperty
    Annotation.FontWeight
    Annotation.FontWeightProperty
    Annotation.Foreground
    Annotation.ForegroundProperty
    Annotation.GetClippingValues(Double, ChartAxis)
    Annotation.GetElementPosition(FrameworkElement, Point)
    Annotation.GetElementPosition(Size, Point)
    Annotation.GetRotatePoint(Double, FrameworkElement, Point)
    Annotation.IntersectsWith(Rect, Rect)
    Annotation.IsUiCleared
    Annotation.MouseDown
    Annotation.MouseLeave
    Annotation.MouseLeftButtonDown
    Annotation.MouseLeftButtonUp
    Annotation.MouseMove
    Annotation.MouseRightButtonDown
    Annotation.MouseRightButtonUp
    Annotation.MouseUp
    Annotation.OnSelected(EventArgs)
    Annotation.OnUnSelected(EventArgs)
    Annotation.RotatedTextRect
    Annotation.RotateElement(Double, FrameworkElement)
    Annotation.RotateElement(Double, FrameworkElement, Size)
    Annotation.Selected
    Annotation.SetBindings()
    Annotation.SetData()
    Annotation.ShowToolTip
    Annotation.ShowToolTipProperty
    Annotation.Text
    Annotation.TextElement
    Annotation.TextElementCanvas
    Annotation.TextProperty
    Annotation.ToolTipContent
    Annotation.ToolTipContentProperty
    Annotation.ToolTipPlacement
    Annotation.ToolTipPlacementProperty
    Annotation.ToolTipShowDuration
    Annotation.ToolTipShowDurationProperty
    Annotation.ToolTipTemplate
    Annotation.ToolTipTemplateProperty
    Annotation.UnSelected
    Annotation.x1
    Annotation.X1
    Annotation.X1Property
    Annotation.XAxisName
    Annotation.XAxisNameProperty
    Annotation.y1
    Annotation.Y1
    Annotation.Y1Property
    Annotation.YAxisName
    Annotation.YAxisNameProperty
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.dll
    Syntax
    public class TextAnnotation : SingleAnnotation, ICloneable

    Constructors

    TextAnnotation()

    Declaration
    public TextAnnotation()

    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
    Type
    System.Double

    Methods

    CloneAnnotation(Annotation)

    Declaration
    protected override DependencyObject CloneAnnotation(Annotation annotation)
    Parameters
    Type Name Description
    Annotation annotation
    Returns
    Type
    System.Windows.DependencyObject
    Overrides
    Annotation.CloneAnnotation(Annotation)

    GetRenderedAnnotation()

    Returns the annotation UI element

    Declaration
    public override UIElement GetRenderedAnnotation()
    Returns
    Type
    System.Windows.UIElement
    Overrides
    Annotation.GetRenderedAnnotation()

    UpdateAnnotation()

    Updates the annotation

    Declaration
    public override void UpdateAnnotation()
    Overrides
    Annotation.UpdateAnnotation()

    Implements

    ICloneable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved