[]
Represents the base class of annotations for the AnnotationLayer
public abstract class AnnotationBase : View
| Name | Description |
|---|---|
| AnnotationBase() | Create an instance of BaseAnnotation. |
| Name | Description |
|---|---|
| AnnotationStyleProperty | Identifies the Style dependency property. |
| AttachmentProperty | Identifies the Attachment dependency property. |
| LocationProperty | Identifies the Location dependency property. |
| PointIndexProperty | Identifies the PointIndex dependency property. |
| PositionProperty | Identifies the ChartPositionType dependency property. |
| SeriesIndexProperty | Identifies the SeriesIndex dependency property. |
| TooltipTextProperty | Identifies the TooltipText dependency property. |
| Name | Description |
|---|---|
| AnnotationLayer | Gets or sets the current layer of this annotation. |
| AnnotationStyle | Gets or sets the style of annotation. |
| Attachment | Gets or sets the attachment of the annotation. |
| 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. |
| TooltipText | Gets or sets the tooltip of the annotation. |
| Name | Description |
|---|---|
| GetSize() | Gets the size of the annotation. |
| OnPropertyChanged() |