Tag Summary |
chartContextualMenu | | The contextual menu faces component allows you to create a pop-up menu on a chart view faces component. | |
chartLegend | | The chart legend faces component displays the legend of a chartView . | |
chartOverview | | The chart overview faces component displays an overview for a chartView . | |
chartPanInteractor | | The pan interactor faces component allows the end user to scroll the plot area of a chart view faces component. | |
chartPickInteractor | | Since JViews 8.0 this tag is deprecated. The preferred way to select data points is to use the chartSelectInteractor with the invocationContext property set to IMAGE_SERVLET_CONTEXT to execute an action in the image servlet. | |
chartSelectInteractor | | The selection interactor faces component allows the end user to select a display point on a chart view and trigger a specified server-side action. | |
chartView | | The chart view faces component exposes an IlvChart as a JavaServer Faces component. | |
chartZoomInteractor | | The zoom interactor faces component allows the end user to zoom in the visible range of a chart view faces component. | |
dataSource | | Since JViews 8.0 this tag is deprecated. The preferred way to access business data is to set the data attribute on the chartView tag. | |
JDBCDataSource | | Since JViews 8.0 this tag is deprecated. The preferred way to access business data stored in a JDBC data source is to set the data attribute on the chartView tag. | |
mapping | | Since JViews 8.0 this tag is deprecated. The preferred way to access business data stored in a JDBC data source is to set the data attribute on the chartView tag. | |
XMLDataSource | | Since JViews 8.0 this tag is deprecated. The preferred way to access business data stored in a XML file is to set the data attribute on the chartView tag. | |