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


Glossary Item Box

Gets or sets whether traces are drawn with lines, points, or both.

Syntax

Visual Basic (Declaration) 
Public Overridable Property PointDrawMode As TracePointDrawMode
C# 
public virtual TracePointDrawMode PointDrawMode {get; set;}
C++/CLI 
public:
virtual property TracePointDrawMode PointDrawMode {
   TracePointDrawMode get();
   void set (    TracePointDrawMode value);
}

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 20.00

See Also