wijmo.chart Namespace : chart_hint Interface |
Name | Description | |
---|---|---|
![]() | animated | A value that indicates the effect to use when showing or hiding the hint when showAnimated or hideAnimated is not specified. |
![]() | calloutFilled | Determines whether to fill the callout (the small triangle that points from the main hint box to the bar it describes). |
![]() | calloutFilledStyle | A value that indicates the style to use in rendering the callout (the small triangle that points from the main hint box to the bar it describes). |
![]() | compass | A value that indicates the compass position of the callout (the small triangle that points from the main hint box to the bar it describes) in relation to the hint box. |
![]() | content | A value that appears in the content part of the tooltip or a function which is used to get a value for the tooltip shown. |
![]() | contentStyle | A value that indicates the style of content text. |
![]() | duration | A value that indicates the number of milliseconds it takes to show or hide the hint when you mouse over or mouse out of a bar with the showDuration or hideDuration attribute set to null. |
![]() | easing | A value that indicates the easing animation used to show or hide the hint when you mouse over or mouse out of a bar with the showEasing or hideEasing attribute set to null. |
![]() | enable | A value that indicates whether to show the tooltip. |
![]() | hideAnimated | A value that indicates the animation effect to use when the hint goes away after you mouse out of the chart element. |
![]() | hideDelay | A value that indicates the number of milliseconds to wait before hiding the hint after the mouse leaves the chart element |
![]() | hideDuration | A value that indicates the number of milliseconds it takes for the indicated animation effect to completely hide the tooltip. |
![]() | hideEasing | A value that indicates the easing effect to use when the hint goes away after you mouse out of the chart element. |
![]() | offsetX | A value that indicates the horizontal distance in pixels from the mouse pointer to the callout triangle of the hint. |
![]() | offsetY | A value that indicates the vertical distance in pixels from the mouse pointer to the callout triangle of the hint. |
![]() | showAnimated | A value that indicates the animation effect to use when the hint appears after you mouse into the chart element. |
![]() | showCallout | Determines whether to show the callout element, the small triangle that points from the main hint box to the bar it describes. |
![]() | showDelay | A value that indicates the number of milliseconds to wait before showing the hint after the mouse moves into the chart element |
![]() | showDuration | A value that indicates the number of milliseconds it takes for the indicated animation effect to completely show the tooltip. |
![]() | showEasing | A value that indicates the easing effect to use when the hint appears after you mouse into the chart element. |
![]() | style | A value that indicates the fill color or gradient and outline thickness and color (stroke) of the rectangle used to display the hint. |
![]() | title | A text value (or a function returning a text value) to display in the hint on a line above the content. |
![]() | titleStyle | A value that indicates the style to use for the hint title text. |