Any text can be added to the Chart using this element. The main purpose of the element is to display the title for the Chart. Please refer to figure below:
Usage:
<vc:Chart ... >
<vc:Chart.Titles>
<vc:Title.../>
</vc:Chart.Titles>
</vc:Chart>
List of attributes:
|
Attribute |
Function |
|
Sets the color for the title border line. | |
|
Sets the thickness of the border line. | |
|
Sets the color for the title background. | |
|
Sets the parameter used to create rounded or elliptical corners for the element. | |
|
This attribute sets the pointer that displays when the user moves the mouse over an element. | |
|
Sets whether the title should be place inside PlotArea or outside. Default is outside. | |
|
Enables or disables the title. | |
|
Sets the color of the title text. | |
|
Sets the font of the title text. | |
|
Sets size of the title text. | |
|
Sets the style of the title text. Takes values like "Italic" or "Normal". | |
|
Sets effects for the title text. Takes values like "Bold", "Normal", "Black" . | |
|
|
Sets the horizontal positioning of the title. Takes values like "Left", "Center", "Right" and "Stretch". |
|
Sets the hyper link (http:// is required). | |
|
Sets where the URL specified in Href to be opened. | |
|
Opacity can be used to make any element transparent or opaque. | |
|
Applies a shadow to Title. | |
|
Sets the text content of the title. | |
|
Sets the tool tip content for the title. | |
|
Sets the vertical positioning of the title. Takes values like "Top", "Center", "Bottom" and "Stretch". |