[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.Annotations.AnnotationTextBar

AnnotationTextBar Class

Text bar annotation object

Namespace: GrapeCity.ActiveReports.Chart.Annotations
Assembly: MESCIUS.ActiveReports.Chart.dll
Syntax
[TypeConverter(typeof())]
public sealed class AnnotationTextBar : Annotation, IGraphItem, ICloneable, IGraphXmlSerializable, ICustomDrawer, IMouseEnabled, IMouseHandler, INamedComponent, IDisposable

Constructors

Name Description
AnnotationTextBar()

Initializes new instance of

AnnotationTextBar
object with all properties set to its defaults.
AnnotationTextBar(string)

For internal use only.

AnnotationTextBar(string, GraphXmlSerializationContext)

For internal use only.

Properties

Name Description
AnchorPlacement

Gets or sets position of anchor point to stick to layer surface.

AnchorPoint

Gets or sets anchor point in coordinate system of the corresponding layer

AnnotationClass

Gets annotation type name.

Backdrop

Gets or sets background used to fill interior of the text bar.

Font

Gets or sets font used to display text on bar.

Height

Gets or sets the height of the bar.

Line

Get or sets line info used to stroke text bar

Name

Gets or sets the name.

RotationAngle

Gets or sets rotation angle (in degrees) of bar around anchor point.

Text

Gets or sets text string to display on bar.

Width

Gets or sets the width of the bar.

Methods

Name Description
Clone()

This member overrides

Item.Clone