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


Glossary Item Box

Gets or sets how to map values to colors.

Syntax

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

Remarks

This property sets or gets the scheme of mapping colors in the spectrogram / 3D map. You can specify a normal or reverse, color or gray map, or you can specify a user color map.

Requirements

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

See Also