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


Glossary Item Box

Gets or sets the left side of the x-axis scale.

Syntax

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

Remarks

Determine the left side of the X axis. Setting this property also sets the IsXScaleAuto property to False. If IsXScaleAuto is True, then XLeft returns the smallest X Value of the data. The XRight property sets the right side of the X axis.

If the trace Format is I-Q or constellation, then setting XLeft and XRight select how much data to display, but does not affect the X axis annotation.

Requirements

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

See Also