| |||||||
| FRAMES NO FRAMES | |||||||
![]() |
An interactor that displays an information tooltip when the mouse cursor is over a chart point.
<jvrc:chart
id="chart"
width="450px"
height="300px"
value="project.icpr">
<jvrc:infoViewInteractor/>
<jvrc:chart/> This component has no JavaScript representation.
| Tag Information | |
| Tag Class | ilog.views.chart.rwc.faces.internal.taglib.IlvRWChartInfoViewInteractorTag |
| TagExtraInfo Class | None |
| Body Content | JSP |
| Display Name | None |
| Attributes | ||||
| Name | Required | Request-time | Type | Description |
| binding | false | false | java.lang.String | The value binding expression linking this component to a property in a backing Bean. If this attribute is set, the tag does not create the component itself but retrieves it from the Bean property. This attribute must be a value binding. |
| followMouse | false | false | java.lang.String | Whether the info view follows the mouse moves. The default value is |
| id | false | false | java.lang.String | The ID of this component. |
| pickingMode | false | false | java.lang.String | Specifies the picking mode of this interactor. The picking mode defines how to retrieve the picked data point. Two modes are supported:
The default value is |
| Variables | No Variables Defined. |
| |||||||
| FRAMES NO FRAMES | |||||||