max-x, min-x attribute

Type:number
Inherited:no
Used By:areagraph, linegraph
Default:- Infinity
See:max-y min-y x

The minimum value to plot on the x axis of a linegraph or AREAGRAPH.

This is only a recommendation - if you're plotting one or more datacurve, the actual minimum will be the lesser of this value and the lowest value in the curve. For graphs plotting only SIMPLECURVES, this value is mandatory.

<linegraph min-x="-3.14" max-x="3.14" min-y="-100" max-y="100">
  <simplecurve name="Tangent" method="java.lang.Math.tan"/>
</linegraph>