Keysight Pathwave 89600 VSA .NET API
Position Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Marker Class : Position Property


Glossary Item Box

Gets or sets how markers can be positioned and offset.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property Position As MarkerPositionType
C# 
public abstract MarkerPositionType Position {get; set;}
C++/CLI 
public:
abstract property MarkerPositionType Position {
   MarkerPositionType get();
   void set (    MarkerPositionType value);
}

Remarks

A marker can be constrained to be on a data point and may show absolute or relative values.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also