Annotation Class Properties
For a list of all members of this type, see Annotation members.
Public Properties
Name | Description | |
---|---|---|
Background | Gets or sets a background object used to fill the interior of this box. (Inherited from dotnetCHARTING.Box) | |
CornerBottomLeft | Gets or sets the bottom left corner style. (Inherited from dotnetCHARTING.Box) | |
CornerBottomRight | Gets or sets the bottom right corner style. (Inherited from dotnetCHARTING.Box) | |
CornerSize | Gets or sets a value that indicates the corner size in pixels. This size is used with BoxCorner settings. This setting is limited to 0-8 pixels. This property can also affect box header alignment behavior. Values larger than 8 will be used by headers. (Inherited from dotnetCHARTING.Box) | |
CornerTopLeft | Gets or sets the top left corner style. (Inherited from dotnetCHARTING.Box) | |
CornerTopRight | Gets or sets the top right corner style. (Inherited from dotnetCHARTING.Box) | |
DataSource | Gets or sets the DataSource object used to replace tokens in this annotation's label, tool tip, and URL. | |
DefaultCorner | Gets or sets the default box corner style. (Inherited from dotnetCHARTING.Box) | |
DynamicSize | Gets or sets a value that indicates whether a golden rectangle is maintained as the shape of this annotation. | |
Header | Gets or sets a BoxHeaderOptions object describing this boxes header options and content. (Inherited from dotnetCHARTING.Box) | |
Hotspot | Gets or sets the Hotspot of this Annotation. | |
IconPath | Gets or sets the icon path of this title box. (Inherited from dotnetCHARTING.Box) | |
InteriorLine | Gets or sets the interior line of this legend box. (Inherited from dotnetCHARTING.Box) | |
JsID | Gets or sets the ID of this annotation used in JavaScript charts. By specifying this ID, the axis can be referenced in JS. | |
Label | Gets or sets the Box.Label of this box. (Inherited from dotnetCHARTING.Box) | |
Line | Gets or sets the exterior line of this box. (Inherited from dotnetCHARTING.Box) | |
Orientation | Gets or sets the annotation's orientation around it's Position and draws a spike to it. | |
Padding | Gets or sets a value in pixels that represents the padding between objects within the box and the box walls. (Inherited from dotnetCHARTING.Box) | |
Position | Overridden. Gets or sets this annotation's position. | |
Shadow | Gets or sets the Shadow cast under this box. (Inherited from dotnetCHARTING.Box) | |
Size | Gets or sets the annotation's size. | |
SyncHeight | (JS Charts Only) Synchrinize the annotation height with other nodes on the organizational chart. | |
SyncWidth | (JS Charts Only) Synchrinize the annotation width with other nodes on the organizational chart. | |
ToolTip | Gets or sets this annotation's tool tip. | |
URL | Gets or sets this annotation's hotspot url. | |
URLTarget | Gets or sets the target URL of this annotation's link. | |
Visible | Gets or sets a value that indicates whether this box is visible. (Inherited from dotnetCHARTING.Box) |
See Also