JViews Chart


Standard Syntax:
     <%@ taglib prefix="jvcf" uri="http://www.ilog.com/jviews/tlds/jviews-chart-faces.tld" %>

XML Syntax:
     <anyxmlelement xmlns:jvcf="http://www.ilog.com/jviews/tlds/jviews-chart-faces.tld" />

This tag library contains tags for the JViews Chart Faces components.

Tag Library Information
Display NameJViews Chart
Version8.9
Short Namejvcf
URIhttp://www.ilog.com/jviews/tlds/jviews-chart-faces.tld
 

Tag Summary
chartContextualMenu
Contextual Menu Faces Component The contextual menu faces component allows you to create a pop-up menu on a chart view faces component.
chartLegend
Chart Legend Faces Component The chart legend faces component displays the legend of a chartView.
chartOverview
Chart Overview Faces Component The chart overview faces component displays an overview for a chartView.
chartPanInteractor
Pan Interactor Faces Component The pan interactor faces component allows the end user to scroll the plot area of a chart view faces component.
chartPickInteractor
Pick Interactor Faces Component 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
Selection Interactor Faces Component 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
Chart View Faces Component The chart view faces component exposes an IlvChart as a JavaServer Faces component.
chartZoomInteractor
Zoom Interactor Faces Component The zoom interactor faces component allows the end user to zoom in the visible range of a chart view faces component.
dataSource
Not a visual component 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
Not a visual component 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
Not a visual component 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
Not a visual component 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.
 


© Copyright Rogue Wave Software Inc. 1997, 2018. All Rights Reserved.