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