menu

WinForms

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

    Show / Hide Table of Contents

    Class EllipseAnnotation

    Provides a light weight UIElement which is overlay on chart.

    Inheritance
    System.Object
    Annotation
    SingleAnnotation
    ShapeAnnotation
    SolidShapeAnnotation
    EllipseAnnotation
    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.GetRenderedAnnotation()
    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.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
    ShapeAnnotation.CanDrag
    ShapeAnnotation.CanDragProperty
    ShapeAnnotation.CanResize
    ShapeAnnotation.CanResizeProperty
    ShapeAnnotation.DragCompleted
    ShapeAnnotation.DragDelta
    ShapeAnnotation.DraggingMode
    ShapeAnnotation.DraggingModeProperty
    ShapeAnnotation.DragStarted
    ShapeAnnotation.Fill
    ShapeAnnotation.FillProperty
    ShapeAnnotation.GetTextPosition(Size, Point)
    ShapeAnnotation.GetTextPosition(Size, Point, Size)
    ShapeAnnotation.HorizontalTextAlignment
    ShapeAnnotation.HorizontalTextAlignmentProperty
    ShapeAnnotation.OnDragCompleted(AnnotationDragCompletedEventArgs)
    ShapeAnnotation.OnDragDelta(AnnotationDragDeltaEventArgs)
    ShapeAnnotation.OnDragStarted(EventArgs)
    ShapeAnnotation.SetBindings()
    ShapeAnnotation.Stroke
    ShapeAnnotation.StrokeDashArray
    ShapeAnnotation.StrokeDashArrayProperty
    ShapeAnnotation.StrokeDashCap
    ShapeAnnotation.StrokeDashCapProperty
    ShapeAnnotation.StrokeDashOffset
    ShapeAnnotation.StrokeDashOffsetProperty
    ShapeAnnotation.StrokeEndLineCap
    ShapeAnnotation.StrokeEndLineCapProperty
    ShapeAnnotation.StrokeLineJoin
    ShapeAnnotation.StrokeLineJoinProperty
    ShapeAnnotation.StrokeMiterLimit
    ShapeAnnotation.StrokeMiterLimitProperty
    ShapeAnnotation.StrokeProperty
    ShapeAnnotation.StrokeStartLineCap
    ShapeAnnotation.StrokeStartLineCapProperty
    ShapeAnnotation.StrokeThickness
    ShapeAnnotation.StrokeThicknessProperty
    ShapeAnnotation.VerticalTextAlignment
    ShapeAnnotation.VerticalTextAlignmentProperty
    ShapeAnnotation.x2
    ShapeAnnotation.X2
    ShapeAnnotation.X2Property
    ShapeAnnotation.y2
    ShapeAnnotation.Y2
    ShapeAnnotation.Y2Property
    SolidShapeAnnotation.Angle
    SolidShapeAnnotation.AngleProperty
    SolidShapeAnnotation.ResizingMode
    SolidShapeAnnotation.ResizingModeProperty
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.dll
    Syntax
    public class EllipseAnnotation : SolidShapeAnnotation, ICloneable

    Constructors

    EllipseAnnotation()

    Declaration
    public EllipseAnnotation()

    Fields

    HeightProperty

    Declaration
    public static readonly DependencyProperty HeightProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    WidthProperty

    Declaration
    public static readonly DependencyProperty WidthProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    Height

    Gets or sets the height of the annotation.

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

    Width

    Gets or sets the width of the annotation.

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

    Methods

    CloneAnnotation(Annotation)

    Clones the annotation.

    Declaration
    protected override DependencyObject CloneAnnotation(Annotation annotation)
    Parameters
    Type Name Description
    Annotation annotation

    The annotation to be cloned.

    Returns
    Type Description
    System.Windows.DependencyObject

    Returns the cloned annotation.

    Overrides
    ShapeAnnotation.CloneAnnotation(Annotation)

    UpdateAnnotation()

    Updates the annotation.

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

    Implements

    ICloneable

    See Also

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