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


Glossary Item Box

Gets the marker x-axis value.

Syntax

Visual Basic (Declaration) 
Public MustOverride ReadOnly Property XAxis As Double
C# 
public abstract double XAxis {get;}
C++/CLI 
public:
abstract property double XAxis {
   double get();
}

Remarks

The marker's Point or XData properties determine where the marker is located on the data. The X property returns the calculated X axis value of the data at that point. This value is the same as XData, except if the Format is TraceFormatType.IQ or TraceFormatType.Constellation. The XAxisUnit property contains the unit string for the X axis marker location.

Requirements

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

See Also