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


Glossary Item Box

Gets or sets a value indicating whether the y-axis reference line is visible.

Syntax

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

Remarks

The YRefPosition property determines the position of the reference line on the display.

Requirements

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

See Also