ToolTip

This element can be used to customize the text that appears whenever the mouse is placed on any of the Chart element. Please refer to the figure below:

 

 

 

Usage:

 

<vc:Chart ... >

 

<vc:Chart.ToolTips>

<vc:ToolTip.../>

</vc:Chart.ToolTips>

 

</vc:Chart>

 

List of attributes:

 

Attribute

Function

Background

Sets the background color of the ToolTip.

BorderBrush

Sets the border line color.

BorderThickness

Thickness of the ToolTip border.

FontSize

Sets the size of the ToolTip text.

FontStyle

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

FontFamily

Sets the font of the ToolTip text.

FontWeight

Sets effects for the ToolTip text. Takes values like "Bold", "Normal", "Black" .

FontColor

Sets the color of the ToolTip text.

Opacity

Opacity can be used to make any element transparent or opaque.

Padding

Sets the gap to be left between each ToolTip text and the ToolTip edge.

 

Related Links: