<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Curve classes > class RCV > Rcv.FlipAxis() |
Used to allow for a reversed-axis format when running voltammetry experiments.
This displays the graph from positive to negative rather than from negative to positive. |
Rcv.FlipAxis(AxisNo, Flip, Label)
AxisNo |
INDEX |
Use the constants below to define which axis is being configured. In a y-versus-x plot: •0 = x-axis or constant X_AXIS •1 = y-axis or constant Y_AXIS
In a y-and-y'-versus-x plot: •0 = x-axis or constant X_AXIS •1 = lower-y-axis or constant Y_AXIS •2 = upper-y-axis or constant Z_AXIS |
Flip |
BOOL |
A Boolean specifying whether or not to flip the axis: •TRUE = Flipped •FALSE = Normal |
Label |
STRING |
The Label used for the axis. Short names (one or two character labels are preferred). |