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


Glossary Item Box

Gets or sets a value indicating whether the text around the traces is visible.

Syntax

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

Remarks

The IsAnnotation property applies to the entire TraceCollection, and sets or returns the Visibility of all text surrounding the trace grid.

Requirements

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

See Also