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


xLeft
left side of the x-axis scale
xRight
right side of the x-axis scale

Glossary Item Box

Set the left and right side of the x-axis scale.

Syntax

Visual Basic (Declaration) 
Public MustOverride Sub XLeftRight( _
   ByVal xLeft As Double, _
   ByVal xRight As Double _
) 
C# 
public abstract void XLeftRight( 
   double xLeft,
   double xRight
)
C++/CLI 
public:
abstract void XLeftRight( 
   double xLeft,
   double xRight
) 

Parameters

xLeft
left side of the x-axis scale
xRight
right side of the x-axis scale

Requirements

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

See Also