DxChartAnnotationBase<T> Properties
Defines the base API for classes that implement chart annotations.
Name | Description |
---|---|
Allow |
Specifies whether users can drag the annotation. |
Argument | Specifies a data point’s argument to anchor the annotation. |
Arrow |
Specifies the annotation arrow length. |
Arrow |
Specifies the annotation arrow width. |
Child |
Inherited from Dx |
Color | Specifies the annotation color. |
Height | Specifies the annotation height. |
Horizontal |
Specifies the annotation’s horizontal offset. |
Opacity | Specifies annotation transparency. |
Padding |
Specifies the padding between the left or right annotation edge and its content. |
Padding |
Specifies the padding between the top or bottom annotation edge and its content. |
Position |
Specifies the X coordinate of the annotation center. |
Position |
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 .
|
Text |
Specifies how the annotation displays its overflowing text. |
Tooltip |
Specifies whether the annotation tooltip is enabled. |
Tooltip |
Specifies text for the annotation tooltip. |
Type | Specifies the annotation type. |
Vertical |
Specifies the annotation’s vertical offset. |
Width | Specifies the annotation width. |
Word |
Specifies how the annotation wraps its overflowing text. |
See Also