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


Glossary Item Box

Gets or sets a description string value to be drawn above the graph.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property Description As String
C# 
public abstract string Description {get; set;}
C++/CLI 
public:
abstract property String^ Description {
   String^ get();
   void set (    String^ value);
}

Remarks

If this value is an empty string, or IsDataNamesAuto is true, no description is added to the graph. If the string provided cannot fit, it will not be displayed.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 18.00

See Also