Annotation Members
In This Article
#Constructors
Name | Description |
---|---|
Annotation |
Initializes a new instance of the Annotation class with the specified name. |
#Properties
Name | Description |
---|---|
Anchor |
Specifies the type of the annotation‘s anchor point. |
Anchor |
For internal use. This property is used to support serialization of the anchor point. |
Angle | Specifies the angle by which the annotation‘s shape is rotated. |
Annotation |
|
Auto |
Indicates whether the annotation’s height is calculated based on the annotation’s contents. |
Auto |
Indicates whether the annotation’s width is calculated based on the annotation’s contents. |
Back |
Specifies the annotation‘s background color. |
Border | Gets the annotation‘s border settings. |
Connector |
Specifies the connector style of the annotation. |
Fill |
Gets the annotation‘s background fill style. |
Height | Specifies the height (in pixels) of the annotation. |
Label |
Specifies whether the annotation should be cut off if it doesn’t fit into the diagram’s dimensions. |
Name |
Gets or sets the name of the chart element.
Inherited from Chart |
Padding | Specifies the internal space between the annotation‘s content and its edge, in pixels. |
Runtime |
Specifies whether a user can re-locate the annotation’s anchor point at runtime. |
Runtime |
Specifies whether a user can edit the annotation. |
Runtime |
Specifies whether it’s allowed to re-locate the annotation at runtime. |
Runtime |
Specifies whether it’s allowed to resize the annotation at runtime. |
Runtime |
Specifies whether it’s allowed to rotate the annotation at runtime. |
Shadow | Gets the annotation‘s shadow settings. |
Shape |
Specifies the fillet when the annotation’s shape is Rounded |
Shape |
Specifies the shape kind of the annotation. |
Shape |
Specifies how the annotation‘s position is defined - relative to its container corners, or to its anchor point. |
Shape |
For internal use. This property is used to support serialization of the shape position. |
Tag |
Gets or sets the object that contains data related to the chart element.
Inherited from Chart |
Type |
Gets the string value used to support serialization of the annotation type. |
Visible | Specifies whether the annotation is visible. |
Width | Specifies the width (in pixels) of the annotation. |
ZOrder | Gets or sets the Z-Order of the annotation. |
#Methods
Name | Description |
---|---|
Assign |
Copies all the settings from the Annotation object passed as the parameter. |
Clone() |
Creates a copy of the current Chart |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns the textual representation of the named chart element.
Inherited from Chart |
See Also