property Note.Text as String
Specifies the HTML caption being shown in the first visible part of the note.

TypeDescription
String A String expression that specifies the HTML text to be displayed on the ending part of the note. The Text parameter supports HTML tags as well as Chart Tags such as <%dd%> that displays the day in 2 digits, and so on like described bellow. Use the Images method to specify a list of icons that can be displayed in the control using the <img> tag. Use the HTMLPicture property to add custom- size pictures to be used in the HTML captions using the <img> tag.
The Text property is just a shortcut function for PartText property. Use the Text parameter of the Add method to specify the text on the ending part on adding the note. The Text property specifies the PartText for exNoteStart part if visible, else it specifies the PartText for exNoteEnd. The PartForeColor property to specify the part's foreground color. Use the <bgcolor> HTML tag in the PartText property to specify parts of the note's caption with different background colors. The PartAlignment property specifies the text's alignment in the part of the note.

If you need to display a picture only, you need:

The Text property supports the following:

The following tags are displayed based on the user's Regional and Language Options:

The Text property supports the following built-in HTML tags: