ToolTip

This element can be used to customize the text that appears whenever the mouse is placed on any of the Chart element. Tooltip is the gray box containing text in the image below:

 

 

Usage:

 

<vc:Chart ... >

 

<vc:ToolTip ... />

 

</vc:Chart>

 

 

List of attributes:

Attribute

Function

BorderColor

Sets the color for the ToolTip border line.

BorderStyle

Sets the style for the ToolTip line.

BorderThickness

Sets the thickness of the ToolTip line.

Color

Sets the color of the ToolTip.

FontColor

Sets the color of the ToolTip text.

FontFamily

Sets the font of the ToolTip text.

FontSize

Sets the font size of the ToolTip text.

FontStyle

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

FontWeight

Sets the font weight of the ToolTip text. Takes values like "Bold","Normal","Black" etc

Image

Sets the source of the image that has to be applied to the element.

ImageStretch

Sets how the image should be applied to the element.

RadiusX

Sets the parameter used to create rounded or elliptical corners for the element.

RadiusY

Sets the parameter used to create rounded or elliptical corners for the element.

TextWrap

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

ZIndex

Sets the stack order of an element. An element with greater stack order is always in front of another element with lower stack order.