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

    Defines a piechart 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>.
    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>.
    Location Specifies whether to position the annotation at the edge or in the center of the specified argument.
    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>.
    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