Tag name: <dvt:x1TickLabel>
Use the x1TickLabel tag to control the appearance of the x-axis tick labels.
The x1TickLabel tag must be a child of one of the following components: Advanced graph, bubbleGraph, scatterGraph.
The x1TickLabel tag can have the following child tag: graphFont tag.
The following example shows the XML for a x1TickLabel tag that also has a graphFont child tag to cutomize the text in the label.
   <dvt:graph> 
      <dvt:x1TickLabel textRotation="TR_HORIZ"> 
         <dvt:graphFont name="SansSerif" size="10" color="#000000" bold="false" italic="false" underline="false"/>
      </dvt:x1TickLabel> 
   </dvt:graph>
| 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: 
 | 
| rendered | boolean | yes | Indicates whether the X1TickLabels are to be visible. Valid values are: 
 |