<AXIS> : Axis Setting

Java class : leon.view.LyAxis

ROLE

An AXIS element allows defining the limits of the X and Y axis, as well as the difference between the graduations. This element is useful only in the case where the type of graph is not a pie, and for the variables of number or date type.

ATTRIBUTES

<!ATTLIST AXIS
	  xBegin NMTOKEN #IMPLIED
	  xEnd NMTOKEN #IMPLIED
	  xWidth NMTOKEN #IMPLIED
	  yBegin NMTOKEN #IMPLIED
	  yEnd NMTOKEN #IMPLIED
	  yWidth NMTOKEN #IMPLIED>
Attribute Mand. Description Default
xBegin no Minimum value on the abscissa axis.  
xEnd no Maximum value on the abscissa axis  
xWidth no Difference of the graduations on the abscissa axis.  
yBegin no Minimum value on the ordinate axis.  
yEnd no Maximum value on the ordinate axis.  
yWidth no Difference of the graduations on the ordinate axis.