Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change.
All docs
V24.1

DxChartAnnotationBase<T> Properties

Defines the base API for classes that implement chart annotations.
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.
See Also