PlotWindow.SetSeriesColorPalette(Array) Method

Top 

Description

Sets the color palette to be used when drawing Series in this PlotWindow. The palette will be created based on the provided array of colors, using the Qualitative interpolation mode. Any series added after this method is called will not be affected.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

PlotWindow.SetSeriesColorPalette(

Array colors)

 

 

Arguments

colors


Description:

The colors to use to define the palette.

Required Size:

At least 2

 

 

 

Syntax

myPlotWindow1.SetSeriesColorPalette(myArray1);

 

 

See also

PlotWindow Object

PlotWindow.SetSeriesColorPalette

PlotWindow Guide