Specifies the method used to place tics along an axis.
*TicMethod()Specifies the method used to place tics along an axis. |
|||||
*TicMethod()Specifies the method used to place tics along an axis. |
Syntax |
*TicMethod(PerAxis/Increment) |
||
Arguments |
Name |
Description |
|
PerAxis |
Places a specified number of tics at equal intervals along an axis (default) |
||
Increment |
Places tics at specified increments along an axis. The number of tics is determined by the increment. |
||
Example |
*BeginAxis() *TicMethod(PerAxis) *Increment(1) *EndAxis() |
||
Application |
HyperGraph. |
||
Context |
|||
Comments |
*TicMethod is valid only if the axis is linear. |
||
See also |
|
||