Write/Read
About Marker Readout

MarkerReadoutYPosition Property


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


Last Modified:

5-Aug-2010

MX New topic