Oracle Fusion Middleware Data Visualization Tools Tag Reference for Oracle ADF Faces 11g Release 2 (11.1.2.2.0) E17490-03 |
Use the y2TickLabel tag to control the appearance of the y2-axis tick labels.
The y2TickLabel tag must be a child of one of the following components: Advanced graph, dualYBarGraph, dualYComboGraph, dualYLineGraph, areaGraph, barGraph, horizontalBarGraph, lineGraph, comboGraph, and paretoGraph.
The y2TickLabel tag can have the following child tag: graphFont tag.
The following example shows the XML for a y2TickLabel tag that also has a graphFont child tag to cutomize the text in the label.
<dvt:graph> <dvt:y2TickLabel textRotation="TR_HORIZ"> <dvt:graphFont name="SansSerif" size="10" color="#000000" bold="false" italic="false" underline="false"/> </dvt:y2TickLabel> </dvt:graph>
Name | Type | Supports EL? | Description |
---|---|---|---|
id | java.lang.String | no | Specifies the identifier for the component |
textRotation | java.lang.String | no | Specifies the orientation of rotated text. Valid values are:
|
rendered | boolean | no | Indicates whether the Y2TickLabels are to be visible. Valid values are:
|
scaling | java.lang.String | no | Specifies the scale factor of this label Valid values are:
|
autoPrecision | java.lang.String | no | Specifies the auto precision function of this label Valid values are:
|