<INTERVALS> : Time unit for the length of the intervals of the variables to study, in the case of dates: YEARS | MONTHS | DAYS | HOURS | MINS | SECS By default, the unit is YEARS

Java class : leon.view.LyIntervals

ROLE

An INTERVALS element allows defining the series of intervals of the variables to study and of the variable according to which they are studied.
This is useful only if the xVal attribute of CHART is X_INTERVALS or if the yVal attribute of CHART is Y_COUNT_INTERVALS.

ATTRIBUTES

<!ATTLIST INTERVALS
	  xBegin NMTOKEN "0"
	  xWidth NMTOKEN "0F"
	  xTimeUnit ( YEARS | MONTHS | DAYS | HOURS | MINS | SECS) "YEARS"
	  yBegin NMTOKEN "0"
	  yWidth NMTOKEN "0F"
	  yTimeUnit ( YEARS | MONTHS | DAYS | HOURS | MINS | SECS) "YEARS">
Attribute Mand. Description Default
xBegin no Limit of one (any) of the intervals of the variable X. 0
xWidth no Length of the intervals in X. 0F
xTimeUnit no Time unit for the length of the intervals in X, in the case of dates: YEARS | MONTHS | DAYS | HOURS | MINS | SECS YEARS
yBegin no By default, the unit is YEARS 0
yWidth no Limit of one (any) of the intervals of the variables to study. 0F
yTimeUnit no Length of the intervals of the variables to study. YEARS