[]
Represents the base class of annotations for the AnnotationLayer
public abstract class AnnotationBase : DependencyObject
| Name | Description |
|---|---|
| AnnotationBase() | Create an instance of BaseAnnotation. |
| Name | Description |
|---|---|
| AttachmentProperty | Identifies the Attachment dependency property. |
| LocationProperty | Identifies the Location dependency property. |
| PointIndexProperty | Identifies the PointIndex dependency property. |
| PositionProperty | Identifies the Position dependency property. |
| SeriesIndexProperty | Identifies the SeriesIndex dependency property. |
| StyleProperty | Identifies the Style dependency property. |
| TooltipTextProperty | Identifies the TooltipText dependency property. |
| Name | Description |
|---|---|
| Attachment | Gets or sets the attachment of the annotation. |
| Bounds | Gets the bnnotation bounding rectangle. |
| Location | Gets or sets the location of annotation. |
| PointIndex | Gets or sets the data point index of the annotation. |
| Position | Gets or sets the position of annotation. |
| SeriesIndex | Gets or sets the data series index of the annotation. |
| Style | Gets or sets the style of annotation. |
| TooltipText | Gets or sets the tooltip of the annotation. |
| Name | Description |
|---|---|
| Distance(double, double) | Calculates the annotation distance from the specified point. |
| GetSize() | Gets annotation size. |