datelabel |
format("datestring") | datestring should be one of the supported data formats describing how the date should appear. The datestring argument should be enclosed in double-quotes. For example, “yy:mm” specifies two-digit years followed by a colon delimited and then two-digit months. You may use the special single space datestring “ “ to indicate automatic formatting. You may also add “\n” to denote a new line providing the option to make the date string 2 lines. For example, “Month\nyear” will place the month on the first line and the year on the second. Note: there is a 2 line maximum. A second “\n” will therefore create an error. EViews provides considerable flexibility in formatting your dates. See
“Date Formats” for a complete description. |
interval(step_size [,steps][,align_date]) | where step_size takes one of the following values: “auto” (steps and align_date are ignored), “ends” (only label endpoints; steps and align_date are ignored), “all” (label every point; the steps and align_date options are ignored), “obs” (steps are one observation), “year” (steps are one year), “m” (steps are one month), “q” (steps are one quarter). steps is a number (default=1) indicating the number of steps between labels. align_date is a date specified to receive a label. Note, the align_date should be in the units of the data being graphed, but may lie outside the current sample or workfile range. |
span(arg) | Specify date label spanning: “auto” (automatic determination), “on” (turn spanning on; label start of period, tick on obs.), “between” (center label on period), “trimbetween” (center label on period, trim spaces at axis ends). Consider the case of a yearly label with monthly ticks. If span is on, the label is centered on the 12 monthly ticks. If the span option is off, year labels are put on the first quarter or month of the year. |
end / -end | [Use / Do not use] end-of-period labeling. |
duallevel / -duallevel | [Allow / Do not allow] two row date labels on the observation axis. |