JViews Rich Web Charts
Tag xScrollInteractor


X-Axis Scroll Interactor Faces Component

An interactor that allows the end user to scroll the chart area along the X-axis using the keyboard.

This tag must be nested in a chart tag.

Usage

<jvrc:chart
      id="chart"
      width="450px"
      height="300px"
      value="project.icpr">
      <jvrc:xScrollInteractor/>
<jvrc:chart/>

DHTML - JavaScript Types

This component has no JavaScript representation.

JSF Component Class

IlvRWChartXScrollInteractor



Tag Information
Tag Classilog.views.chart.rwc.faces.internal.taglib.IlvRWChartXScrollInteractorTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
bindingfalsefalsejava.lang.StringThe 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.
idfalsefalsejava.lang.StringThe ID of this component.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.   Documentation homepage.