Use the timeAxisDateFormat tag to specify the format for the time axis.
This component must be a child of one of the following components:
The following example shows the XML for a timeAxisDateFormat tag.
<dvt:graph>
<dvt:timeAxisDateFormat yearFormat="YEAR_LONG"/>
</dvt:graph>
| Name | Type | Supports EL? | Description |
|---|---|---|---|
| id | java.lang.String | no | Specifies the identifier for the component |
| yearFormat | java.lang.String | no | Specifies the format for year information.
The default value is automatic, and it will change based on the occupancy of the axis labels. Valid values are:
|
| quarterFormat | java.lang.String | no | Specifies the format for quarter information.
The default value is automatic, and it will change based on the occupancy of the axis labels. Valid values are:
|
| monthFormat | java.lang.String | no | Specifies the format for month information.
The default value is automatic, and it will change based on the occupancy of the axis labels. Valid values are:
|
| dayFormat | java.lang.String | no | Specifies the format for day information.
The default value is automatic, and it will change based on the occupancy of the axis labels. Valid values are:
|
| timeFormat | java.lang.String | no | Specifies the format for time information.
The default value is automatic, and it will change based on the occupancy of the axis labels. Valid values are:
|