Label element will not appear on the Chart. This element can be used to set the default settings for labels that will be used in DataSeries and DataPoint. The Label is marked with a red circle in the image below:

Usage:
<vc:Chart ... >
<vc:Label ... />
</vc:Chart>
These attributes are used to set the defaults Label properties for all the DataSeries and DataPoints in a Chart:
|
Attribute |
Function |
|
Sets the color of the Label text. | |
|
Sets the font of the Label text. | |
|
Sets the font size of the Label text. | |
|
Sets the font style of the Label text. Takes values like "Italic" or "Normal". | |
|
Sets the font weight values like "Bold","Normal","Black" etc. | |
|
Sets the maximum width of the labels relative to Chart size. Value range is 0 - 1. |