Skip to main content
All docs
V25.1
  • DxChartAnnotation Properties

    Defines a chart annotation.
    Name Description
    AllowDrag Specifies whether users can drag the annotation. Inherited from DxChartAnnotationBase<T>.
    Argument Specifies a data point’s argument to anchor the annotation. Inherited from DxChartAnnotationBase<T>.
    ArrowLength Specifies the annotation arrow length. Inherited from DxChartAnnotationBase<T>.
    ArrowWidth Specifies the annotation arrow width. Inherited from DxChartAnnotationBase<T>.
    Axis Specifies the axis name to anchor the annotation.
    Color Specifies the annotation color. Inherited from DxChartAnnotationBase<T>.
    Height Specifies the annotation height. Inherited from DxChartAnnotationBase<T>.
    HorizontalOffset Specifies the annotation’s horizontal offset. Inherited from DxChartAnnotationBase<T>.
    Opacity Specifies annotation transparency. Inherited from DxChartAnnotationBase<T>.
    PaddingLeftRight Specifies the padding between the left or right annotation edge and its content. Inherited from DxChartAnnotationBase<T>.
    PaddingTopBottom Specifies the padding between the top or bottom annotation edge and its content. Inherited from DxChartAnnotationBase<T>.
    PositionX Specifies the X coordinate of the annotation center. Inherited from DxChartAnnotationBase<T>.
    PositionY Specifies the Y coordinate of the annotation center. Inherited from DxChartAnnotationBase<T>.
    Series Specifies the series name to anchor the annotation. Inherited from DxChartAnnotationBase<T>.
    Text Specifies annotation text when the Type property is set to Text. Inherited from DxChartAnnotationBase<T>.
    TextOverflow Specifies how the annotation displays its overflowing text. Inherited from DxChartAnnotationBase<T>.
    TooltipEnabled Specifies whether the annotation tooltip is enabled. Inherited from DxChartAnnotationBase<T>.
    TooltipText Specifies text for the annotation tooltip. Inherited from DxChartAnnotationBase<T>.
    Type Specifies the annotation type. Inherited from DxChartAnnotationBase<T>.
    Value Specifies a data point’s value to anchor the annotation.
    VerticalOffset Specifies the annotation’s vertical offset. Inherited from DxChartAnnotationBase<T>.
    Width Specifies the annotation width. Inherited from DxChartAnnotationBase<T>.
    WordWrap Specifies how the annotation wraps its overflowing text. Inherited from DxChartAnnotationBase<T>.
    See Also