| Oracle Fusion Middleware Data Visualization Tools Tag Reference for Oracle ADF Faces 12c (12.2.1.1) E67022-02  | 
dvt:chartY2Axis chartY2Axis chart y2 axis
UIComponent class: oracle.adf.view.faces.bi.component.chart.UIY2Axis
Component type: oracle.dss.adf.chart.Y2Axis
Defines properties for the y2-axis of a chart.
dvt:chartAxisLinedvt:chartTickLabeldvt:majorTickdvt:minorTickdvt:referenceAreadvt:referenceLine| 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. | 
| Name | Type | Supports EL? | Description | 
|---|---|---|---|
| alignTickMarks | boolean | Yes | Default Value: true Specifies whether the tick marks of the y1 and y2 axes are aligned.  | 
| 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.  | 
| binding | oracle.adf.view.faces.bi.component.chart.UIY2Axis | 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. | 
| maximumSize | Object | Yes | Defines the maximum size of the axis in pixels or percent. | 
| 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.  | 
| size | Object | Yes | Defines the size of the axis in pixels or percent. | 
| title | String | Yes | The axis title. |