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


Glossary Item Box

Gets the number of colors used by the Color methods.

Syntax

Visual Basic (Declaration) 
Public MustOverride ReadOnly Property ColorCount As Integer
C# 
public abstract int ColorCount {get;}
C++/CLI 
public:
abstract property int ColorCount {
   int get();
}

Remarks

The ColorCount property returns the number of color indexes available to the Color methods (Color(DisplayColor,Int32) and Color(DisplayColor,Int32,String)) and the IsColorByTrace method. Each color index identifies a displayed element in either the trace window or markers window.

Requirements

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

See Also