Keysight Pathwave 89600 VSA .NET API
Color(DisplayColor,Int32,String) Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Display Class > Color Method : Color(DisplayColor,Int32,String) Method


colorIndex
The color index.
traceIndex
The trace index.
value
The color in a serializable form (as a string).

Glossary Item Box

Set the color (as a string) for the color index.

Syntax

Visual Basic (Declaration) 
Public Overloads MustOverride Sub Color( _
   ByVal colorIndex As DisplayColor, _
   ByVal traceIndex As Integer, _
   ByVal value As String _
) 
C# 
public abstract void Color( 
   DisplayColor colorIndex,
   int traceIndex,
   string value
)
C++/CLI 
public:
abstract void Color( 
   DisplayColor colorIndex,
   int traceIndex,
   String^ value
) 

Parameters

colorIndex
The color index.
traceIndex
The trace index.
value
The color in a serializable form (as a string).

Remarks

If this color is not IsColorByTrace, then the traceIndex is ignored.

Requirements

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

See Also