JViews Rich Web Charts
Tag zoomInteractor


Zoom Interactor Faces Component

An interactor that allows the end user to zoom in or out in the chart area. Use CTRL+mouse drag to zoom in, and SHIFT+mouse drag to zoom out.

This tag must be nested in a chart tag.

Usage

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

DHTML - JavaScript Types

This component has no JavaScript representation.

JSF Component Class

IlvRWChartZoomInteractor



Tag Information
Tag Classilog.views.chart.rwc.faces.internal.taglib.IlvRWChartZoomInteractorTag
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.
xAxisAllowedfalsefalsejava.lang.StringWhether the interactor operation is allowed along the X-axis.

The default value is true.

yAxisAllowedfalsefalsejava.lang.StringWhether the interactor operation is allowed along the Y-axis.

The default value is false.

zoomOutAllowedfalsefalsejava.lang.StringWhether zooming out is allowed.

The default value is true.


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.