<CHART_VALUE> : Statistic Values

Java class : leon.view.LyChartValue

ROLE

A CHART_VALUE element is a (x, y) pair 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.

ATTRIBUTES

<!ATTLIST CHART_VALUE
	  xValue CDATA #IMPLIED
	  yValue CDATA #REQUIRED>
Attribute Mand. Description Default
xValue no A value of the variable according to which the graph is drawn, or if there is none, the name of the variable to study.  
yValue yes A value of the variable to study corresponding to the current COLUMN element.