Back to Devexpress

DxChartAnnotationBase<T> Members

blazor-devexpress-dot-blazor-dot-dxchartannotationbase-1-dot-underscore-members.md

latest5.4 KB
Original Source

DxChartAnnotationBase<T> Members

Defines the base API for classes that implement chart annotations.

Constructors

NameDescription
DxChartAnnotationBase()Initializes a new instance of the DxChartAnnotationBase<T> class.

Properties

NameDescription
AllowDragSpecifies whether users can drag the annotation.
ArgumentSpecifies a data point’s argument to anchor the annotation.
ArrowLengthSpecifies the annotation arrow length.
ArrowWidthSpecifies the annotation arrow width.
ColorSpecifies the annotation color.
HeightSpecifies the annotation height.
HorizontalOffsetSpecifies the annotation’s horizontal offset.
OpacitySpecifies annotation transparency.
PaddingLeftRightSpecifies the padding between the left or right annotation edge and its content.
PaddingTopBottomSpecifies the padding between the top or bottom annotation edge and its content.
PositionXSpecifies the X coordinate of the annotation center.
PositionYSpecifies the Y coordinate of the annotation center.
SeriesSpecifies the series name to anchor the annotation.
TextSpecifies annotation text when the Type property is set to Text.
TextOverflowSpecifies how the annotation displays its overflowing text.
TooltipEnabledSpecifies whether the annotation tooltip is enabled.
TooltipTextSpecifies text for the annotation tooltip.
TypeSpecifies the annotation type.
VerticalOffsetSpecifies the annotation’s vertical offset.
WidthSpecifies the annotation width.
WordWrapSpecifies how the annotation wraps its overflowing text.

Methods

NameDescription
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

DxChartAnnotationBase<T> Class

DevExpress.Blazor Namespace