<COLUMN> : Set of Statistic Values

Java class : leon.view.LyColumn

ROLE

A COLUMN element is a set of pairs (x, y) where y is a value (a real or a sum or a count) of a variable to analyze and x is either a value of the variable according to which y is studied (if there is one) or the name of the variable to study. There is one COLUMN element per variable to analyze.

ATTRIBUTES

<!ATTLIST COLUMN
	  label CDATA #IMPLIED>
Attribute Mand. Description Default
label no Name of the variable to study.  

ELEMENTS

<!ELEMENT COLUMN 
	  (CHART_VALUE+)>
Element Mand. Mult. Description
CHART_VALUE yes yes Pairs of values (x, y).