Skip to main content
A newer version of this page is available. .

TextAnnotationModel Members

The TextAnnotation model.

Properties

Name Description
AllowAddChild Gets or sets the value indicating whether a child model item can be added. Inherited from ChartElementModel.
AllowChangeVisibility Gets or sets the value indicating whether changing the element visibility is allowed. Inherited from ChartElementModel.
AllowRemove Gets or sets the value indicating whether removing an element is allowed. Inherited from ChartElementModel.
AnchorPoint Gets or sets the model of the anchor point used by the modeled annotation. Inherited from AnnotationModel.
Angle Gets or sets the value of the Annotation.Angle within the model. Inherited from AnnotationModel.
AutoSize Gets or sets the value of the TextAnnotation.AutoSize within the model.
BackColor Gets or sets the value of the Annotation.BackColor within the model. Inherited from AnnotationModel.
Border Returns the model of the border used by the modeled annotation. Inherited from AnnotationModel.
ChartElement Returns the modeled chart element. Inherited from ChartElementModel.
Children Returns the list of child chart elements. Inherited from ChartElementModel.
ConnectorStyle Gets or sets the value of the Annotation.ConnectorStyle within the model. Inherited from AnnotationModel.
Element Returns the chart element whose model is the current model object. Inherited from ChartElementModel.
EnableAntialiasing Gets or sets the value of the TextAnnotation.EnableAntialiasing within the model.
FillStyle Returns the model of the fill style used by the modeled annotation. Inherited from AnnotationModel.
Font Gets or sets the value of the TextAnnotation.Font within the model.
Height Gets or sets the value of the Annotation.Height within the model. Inherited from AnnotationModel.
LabelMode Gets or sets the value of the Annotation.LabelMode within the model. Inherited from AnnotationModel.
Lines Gets or sets the value of the TextAnnotation.Lines within the model.
Name Get or sets the value of the ChartElementNamed.Name within the model. Inherited from ChartElementNamedModel.
Padding Gets or sets the model of the padding used by the modeled annotation. Inherited from AnnotationModel.
RuntimeAnchoring Gets or sets the value of the Annotation.RuntimeAnchoring within the model. Inherited from AnnotationModel.
RuntimeMoving Gets or sets the value of the Annotation.RuntimeMoving within the model. Inherited from AnnotationModel.
RuntimeResizing Gets or sets the value of the Annotation.RuntimeResizing within the model. Inherited from AnnotationModel.
RuntimeRotation Gets or sets the value of the Annotation.RuntimeRotation within the model. Inherited from AnnotationModel.
Shadow Gets or sets the model of the shadow used by the modeled annotation. Inherited from AnnotationModel.
ShapeFillet Gets or sets the value of the Annotation.ShapeFillet within the model. Inherited from AnnotationModel.
ShapeKind Gets or sets the value of the Annotation.ShapeKind within the model. Inherited from AnnotationModel.
ShapePosition Gets or sets the model of the shape position used by the modeled annotation. Inherited from AnnotationModel.
ShowInStructureControl Gets or sets the value specifying whether the chart element should be shown in the Structure control of the Chart Designer. Inherited from ChartElementModel.
Tag Gets or sets the value of the ChartElement.Tag within the model. Inherited from ChartElementModel.
Text Gets or sets the value of the TextAnnotation.Text of the modeled text annotation.
TextAlignment Gets or sets the value of the TextAnnotation.TextAlignment within the model.
TextColor Gets or sets the TextAnnotation.TextColor of the modeled text annotation.
Visible Gets or sets the value of the Annotation.Visible within the model. Inherited from AnnotationModel.
Width Gets or sets the value of the Annotation.Width within the model. Inherited from AnnotationModel.
ZOrder Gets or sets the value of the Annotation.ZOrder within the model. Inherited from AnnotationModel.

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 the textual representation of the ChartElementModel. Inherited from ChartElementModel.
See Also