UWP

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextAnnotation - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TextAnnotation

    Inheritance
    System.Object
    Annotation
    SingleAnnotation
    TextAnnotation
    Implements
    ICloneable
    Inherited Members
    Annotation.TextProperty
    Annotation.EnableEditingProperty
    Annotation.ContentTemplateProperty
    Annotation.EnableClippingProperty
    Annotation.ShowToolTipProperty
    Annotation.ToolTipContentProperty
    Annotation.ToolTipShowDurationProperty
    Annotation.ToolTipTemplateProperty
    Annotation.ToolTipPlacementProperty
    Annotation.CoordinateUnitProperty
    Annotation.XAxisNameProperty
    Annotation.YAxisNameProperty
    Annotation.X1Property
    Annotation.Y1Property
    Annotation.FontSizeProperty
    Annotation.FontFamilyProperty
    Annotation.FontStretchProperty
    Annotation.FontStyleProperty
    Annotation.FontWeightProperty
    Annotation.ForegroundProperty
    Annotation.Clone()
    Annotation.OnSelected(EventArgs)
    Annotation.OnUnSelected(EventArgs)
    Annotation.CanUpdateRange(Object, Object)
    Annotation.GetElementPosition(Size, Point)
    Annotation.GetElementPosition(FrameworkElement, Point)
    Annotation.IntersectsWith(Rect, Rect)
    Annotation.GetClippingValues(Double, ChartAxis)
    Annotation.SetData()
    Annotation.SetBindings()
    Annotation.RotateElement(Double, FrameworkElement)
    Annotation.GetRotatePoint(Double, FrameworkElement, Point)
    Annotation.RotateElement(Double, FrameworkElement, Size)
    Annotation.EnsurePoint(Point, Point)
    Annotation.Text
    Annotation.EnableEditing
    Annotation.ContentTemplate
    Annotation.EnableClipping
    Annotation.ShowToolTip
    Annotation.ToolTipContent
    Annotation.ToolTipShowDuration
    Annotation.ToolTipTemplate
    Annotation.ToolTipPlacement
    Annotation.CoordinateUnit
    Annotation.XAxisName
    Annotation.YAxisName
    Annotation.X1
    Annotation.Y1
    Annotation.FontSize
    Annotation.FontFamily
    Annotation.FontStretch
    Annotation.FontStyle
    Annotation.FontWeight
    Annotation.Foreground
    Annotation.x1
    Annotation.y1
    Annotation.IsUiCleared
    Annotation.AnnotationElement
    Annotation.TextElementCanvas
    Annotation.TextElement
    Annotation.RotatedTextRect
    Annotation.PointerPressed
    Annotation.PointerReleased
    Annotation.PointerMoved
    Annotation.Selected
    Annotation.UnSelected
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.UWP.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 Description
    Windows.UI.Xaml.DependencyProperty

    Properties

    Angle

    Gets or sets the rotation angle for Annotation.

    Declaration
    public double Angle { get; set; }
    Property Value
    Type Description
    System.Double

    Methods

    CloneAnnotation(Annotation)

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

    GetRenderedAnnotation()

    Returns the annotation UI element

    Declaration
    public override UIElement GetRenderedAnnotation()
    Returns
    Type Description
    Windows.UI.Xaml.UIElement
    Overrides
    Annotation.GetRenderedAnnotation()

    UpdateAnnotation()

    Updates the annotation

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

    Implements

    ICloneable

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved