Class RectangleAnnotation
This class is used to add a rectangle annotation in SfChart. An instance of this class need to be added to Annotations collection.
Inheritance
System.Object
RectangleAnnotation
Implements
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.UWP.dll
Syntax
public class RectangleAnnotation : SolidShapeAnnotation, ICloneable
Remarks
RectangleAnnotation is used to draw a rectangle over the chart area.
Constructors
RectangleAnnotation()
Declaration
public RectangleAnnotation()
Methods
CloneAnnotation(Annotation)
Creates a copy of the rectangle annotation.
Declaration
protected override DependencyObject CloneAnnotation(Annotation annotation)
Parameters
| Type | Name | Description |
|---|---|---|
| Annotation | annotation |
Returns
| Type |
|---|
| Windows.UI.Xaml.DependencyObject |