Specifies the tic increment for plot axes.
*Increment() - HyperGraphSpecifies the tic increment for plot axes. |
|||||
*Increment() - HyperGraphSpecifies the tic increment for plot axes. |
Syntax |
*Increment(Incr) |
|
Arguments |
Name |
Description |
Incr |
The increment at which tics are placed along a plot axis. |
|
Example |
*BeginAxis() *TicMethod(Increment) *Increment(1) *EndAxis() |
|
Application |
HyperGraph. |
|
Context |
||
Comments |
*Increment() is only valid for axes using the Increment tic placement mode in the *TicMethod() statement. If *TicMethod() is set in *Increment() and no increment is defined, a value of one is used. |
|
See also |
|
|