Label

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

FontColor

Sets the color of the Label text.

FontFamily

Sets the font of the Label text.

FontSize

Sets the font size of the Label text.

FontStyle

Sets the font style of the Label text. Takes values like "Italic" or "Normal".

FontWeight

Sets the font weight values like "Bold","Normal","Black" etc.

TextWrap

Sets the maximum width of the labels relative to Chart size. Value range is 0 - 1.