Oracle Fusion Middleware Data Visualization Tools Tag Reference for Oracle ADF Faces
12c (12.1.3)

E41655-01

<dvt:chartYAxis>

dvt:chartYAxis chartYAxis chart y axis

UIComponent class: oracle.adf.view.faces.bi.component.chart.UIYAxis
Component type: oracle.dss.adf.chart.YAxis

Overview

Defines properties for the y-axis of a chart.

Supported Child Tags

Events

Type Phases Description
org.apache.myfaces.trinidad.event.AttributeChangeEvent Invoke Application,
Apply Request Values
Event delivered to describe an attribute change. Attribute change events are not delivered for any programmatic change to a property. They are only delivered when a renderer changes a property without the application's specific request. An example of an attribute change event might include the width of a column that supported client-side resizing.

Attributes

Name Type Supports EL? Description
attributeChangeListener javax.el.MethodExpression Only EL a method reference to an attribute change listener. Attribute change events are not delivered for any programmatic change to a property. They are only delivered when a renderer changes a property without the application's specific request. An example of an attribute change events might include the width of a column that supported client-side resizing.
baselineScaling String Yes Valid Values: min, zero
Default Value: zero

Returns whether the axis baseline starts at the minimum value of the data or at zero. Valid values are "min" and "zero" (default).
binding oracle.adf.view.faces.bi.component.chart.UIYAxis Only EL an EL reference that will store the component instance on a bean. This can be used to give programmatic access to a component from a backing bean, or to move creation of the component to a backing bean.
dataMaximum Number Yes Specifies the maximum data value corresponding to an axis. If not specified, this value will be calculated based on the data set provided. Only applies to numerical data axes.
dataMinimum Number Yes Specifies the minimum data value corresponding to an axis. If not specified, this value will be calculated based on the data set provided. Only applies to numerical data axes.
id String No Specifies the identifier for the component
majorIncrement Number Yes Specifies the increment for the major ticks of the axis. If not specified, this value will be calculated based on the data set provided. Only applies to numerical data axes.
maximum Number Yes Specifies the maximum value of the axis. If not specified, this value will be calculated based on the data set provided.
minimum Number Yes Specifies the minimum value of the axis. If not specified, this value will be calculated based on the data set provided.
minimumIncrement Number Yes Specifies the minimum increment between tick marks. If not specified, this value will be calculated based on the data set provided. Only applies to numerical data axes.
minorIncrement Number Yes Specifies the increment for the minor ticks of the axis. If not specified, this value will be calculated based on the data set provided.
rendered boolean Yes Default Value: true

Specifies whether the component is rendered. The default value is true.
title String Yes The axis title.
viewportMaximum Number Yes Specifies the maximum y coordinate of the current viewport for zoom and scroll. Only applies to bubble and scatter charts. If not specified, this value will be the axis maximum.
viewportMinimum Number Yes Specifies the minimum y coordinate of the current viewport for zoom and scroll. Only applies to bubble and scatter charts. If not specified, this value will be the axis minimum.