Class EllipseAnnotation
Provides a light weight UIElement which is overlay on chart.
Inheritance
System.Object
EllipseAnnotation
Implements
Inherited Members
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
UpdateAnnotation()
Updates the annotation.
Declaration
public override void UpdateAnnotation()