Back to Devexpress

DxChartAnnotation Members

blazor-devexpress-dot-blazor-dot-dxchartannotation-dot-underscore-members.md

latest7.6 KB
Original Source

DxChartAnnotation Members

Defines a chart annotation.

Constructors

NameDescription
DxChartAnnotation()Initializes a new instance of the DxChartAnnotation class.

Properties

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

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

DxChartAnnotation Class

DevExpress.Blazor Namespace