GeoGebra

Axis XML tag

(Redirected from Axis)
Jump to: navigation, search

The syntax of the <axis> tag is the following:

<axis id="integer" 
    show="boolean" 
    label="x" 
    unitLabel="x" 
    showNumbers="boolean" 
    tickDistance="double" 
    tickStyle="integer"
/>

where "id" is one of

0 xAxis

1 yAxis

and "tickDistance" is optional. The "tickDistance" is the distance between two numbers of an axis. If the "tickDistance" is not set, it is calculated automatically.