Write/Read |
About Marker Readout |
Description |
Sets the Y-axis position of marker readouts. Readouts are right-justified at the specified position. |
VB Syntax |
win.MarkerReadoutYPosition = value |
Variable |
(Type) - Description |
win |
A NAWindow (object) |
value |
(Double) Y-axis position. Choose a value between 1 (bottom) and 10 (top). |
Return Type |
Double |
Default |
10 |
Examples |
win.MarkerReadoutYPosition = 3 'Write value = app.ActiveNAWindow.MarkerReadoutYPosition 'Read |
C++ Syntax |
HRESULT get_MarkerReadoutYPosition(double *pVal) HRESULT put_MarkerReadoutYPosition(double newVal) |
Interface |
INAWindow3 |