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


Glossary Item Box

Gets the number of traces (20) for which colors are remembered.

Syntax

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

Remarks

If you have more than 20 traces, the trace colors are recycled (i.e. trace 0 and 20 have the same colors).

Requirements

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

See Also