[]
Represents the base class of annotations for the AnnotationLayer
public abstract class AnnotationBase : Object, IAnnotationBase, IStyleProvider, IDependencyObject
Name | Description |
---|---|
AnnotationBase() | Create an instance of BaseAnnotation. |
Name | Description |
---|---|
AnnotationStyleProperty | Identifies the Style dependency property. |
AttachmentProperty | Identifies the Attachment dependency property. |
IsEnabledProperty | Identifies the IsVisible dependency property. |
IsVisibleProperty | Identifies the IsVisible 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. |
IsEnabled | Gets or sets a value indicating whether annotation is visible. |
IsVisible | Gets or sets a value indicating whether annotation is visible. |
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. |
GetValue(DependencyProperty) | |
OnPropertyChanged() | |
SetValue(DependencyProperty, object) |