blazor-devexpress-dot-blazor-dot-dxchartannotationbase-1-dot-underscore-members.md
Defines the base API for classes that implement chart annotations.
| Name | Description |
|---|---|
| DxChartAnnotationBase() | Initializes a new instance of the DxChartAnnotationBase<T> class. |
| Name | Description |
|---|---|
| AllowDrag | Specifies whether users can drag the annotation. |
| Argument | Specifies a data point’s argument to anchor the annotation. |
| ArrowLength | Specifies the annotation arrow length. |
| ArrowWidth | Specifies the annotation arrow width. |
| Color | Specifies the annotation color. |
| Height | Specifies the annotation height. |
| HorizontalOffset | Specifies the annotation’s horizontal offset. |
| Opacity | Specifies annotation transparency. |
| PaddingLeftRight | Specifies the padding between the left or right annotation edge and its content. |
| PaddingTopBottom | Specifies the padding between the top or bottom annotation edge and its content. |
| PositionX | Specifies the X coordinate of the annotation center. |
| PositionY | Specifies the Y coordinate of the annotation center. |
| Series | Specifies the series name to anchor the annotation. |
| Text | Specifies annotation text when the Type property is set to Text. |
| TextOverflow | Specifies how the annotation displays its overflowing text. |
| TooltipEnabled | Specifies whether the annotation tooltip is enabled. |
| TooltipText | Specifies text for the annotation tooltip. |
| Type | Specifies the annotation type. |
| VerticalOffset | Specifies the annotation’s vertical offset. |
| Width | Specifies the annotation width. |
| WordWrap | Specifies how the annotation wraps its overflowing text. |
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also