Note object
A Note object indicates a fully customizable box that can be associated or attached with a DATE or a BAR in the chart area  . Once a bar is associated with a DATE, the box is moved accordingly with the DATE in the chart, and the same if the note is attached to a bar. A Note can display HTML text, icons, pictures, borders, and so on. The Note can be positioned anywhere in the chart area relative to the DATE or BAR. A note is composed by two parts, the starting part and the ending part. Each part can display HTML text, icons, pictures, and so on. The Notes property access the chart's Notes collection. Use the Add method to add new notes  in the chart. Use the exBarCaption to assign a caption to a bar, use the exBarExtraCaption to associate extra captions to a bar.

The following screen shot shows a note/box associated with a DATE ( 03 October, 2006 ), and 3 notes (Start, Finish and Halt)associated with the bar:

The Note object supports the following properties and methods:

NameDescription
ClearPartBackColorClears the background color for the part of the note.
ClearPartBorderColorClears the border of the note.
DataAssociates an user data to a note.
IDSpecifies the identifier of the note.
ItemSpecifies the handle of the note's item.
KeySpecifies the key of the note.
LinkColorSpecifies the color of the link between parts of the note.
LinkStyleSpecifies the style of the link between parts of the note.
LinkWidthSpecifies the size of the link between parts of the note.
PartAlignmentSpecifies the horizontal alignment of text inside the note's part.
PartBackColorSpecifies the background color to show the part of the note.
PartBorderColorSpecifies the color to show the border.
PartBorderSizeSpecifies the size of the border for the note's part.
PartCanMoveSpecifies whether the user can move the part of the note.
PartFixedHeightSpecifies whether the part has a fixed height.
PartFixedWidthSpecifies whether the part has a fixed width.
PartForeColorSpecifies the foreground color to show the part of the note.
PartHOffsetSpecifies the horizontal offset to display the part of the note.
PartShadowSpecifies whether the part of the note shows a shadow border.
PartTextSpecifies the HTML caption being shown in the part of the note.
PartToolTipSpecifies the HTML tooltip being shown when the cursor hovers the the part of the note.
PartToolTipTitleSpecifies the title tooltip being shown when the cursor hovers the the part of the note.
PartTransparencySpecifies the transparency to diaplay the part of the note.
PartVisibleSpecifies whether a part of the note is visible or hidden.
PartVOffsetSpecifies the vertical offset to display the part of the note.
RelativePositionSpecifies the position of the note relative to associated object.
ShowLinkRetrieves or sets a value that indicates the link between parts of the note.
TextSpecifies the HTML caption being shown in the first visible part of the note.
VisibleSpecifies whether the note is visible or hidden.