DxPieChartAnnotation Members
Defines a piechart annotation.Constructors
Name | Description |
---|---|
DxPieChartAnnotation() | Initializes a new instance of the DxPieChartAnnotation class. |
Properties
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>. |
Methods
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