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

E76719-01

<dvt:y1TickLabel>

y1TickLabel y1 tick label


Use the y1TickLabel tag to control the appearance of the y1-axis tick labels.

Relationship with other tags

The y1TickLabel tag must be a child of one of the following components: Advanced graph, areaGraph, barGraph, bubbleGraph, comboGraph, dualYBarGraph, dualYComboGraph, dualYLineGraph, horizontalBarGraph, horizontalStackedBarGraph, paretoGraph, lineGraph, radarGraph, scatterGraph, stackedBarGraph, stockCandleGraph, stockGraph.

The y1TickLabel tag can have the following child tag: graphFont tag.

Example

The following example shows the XML for a y1TickLabel tag that also has a graphFont child tag to cutomize the text in the label.

   <dvt:graph>
      <dvt:y1TickLabel textRotation="TR_HORIZ">
         <dvt:graphFont name="SansSerif" size="10" color="#000000" bold="false" italic="false" underline="false"/>
      </dvt:y1TickLabel>
   </dvt:graph>
   

Attributes

Name Type Supports EL? Description
id java.lang.String no Specifies the identifier for the component
textRotation java.lang.String yes Specifies the orientation of rotated text. Valid values are:
  • TR_HORIZ - (Default) Use horizontal orientation.
  • TR_HORIZ_ROTATE_90 - Use 90 degree orientation for rotated text.
  • TR_HORIZ_ROTATE_270 - Use 270 degree orientation for rotated text.
rendered boolean yes Indicates whether the Y1TickLabels are to be visible. Valid values are:
  • true - (Default) If the graph plot area is rendered.
  • false - If the graph plot area is not rendered.
scaling java.lang.String yes Specifies the scale factor of this label Valid values are:
  • auto - Automatically scales the number.
  • none - Scales the number to units
  • thousand - Scales the number to thousands.
  • million - Scales the number to millions.
  • billion - Scale the number to billions.
  • trillion - Scale the number to trillions.
  • quadrillion - Scale the number to quadrillions.
autoPrecision java.lang.String yes Specifies the auto precision function of this label Valid values are:
  • on - The engine decides the number of digits on the numbers.
  • off - User specifies the number of digits on the numbers.