PlotWindow.SetBackgroundColorPalette(Variable, Variable, Variable, Variable, Variable) Method

Top 

Description

Sets the color palette to be used when drawing the background of this PlotWindow. The background palette includes the background, chart area, font, grid, and interlace colors.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

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

 

Method Signature

PlotWindow.SetBackgroundColorPalette(

Variable backgroundColor,


Variable plotAreaColor,


Variable fontColor,


Variable gridColor,


Variable interlaceColor)

 

 

Arguments

backgroundColor


Description:

The background color to use to style the plot.

 

 

plotAreaColor


Description:

The plot area color to use to style the plot.

 

 

fontColor


Description:

The font color to use to style the plot.

 

 

gridColor


Description:

The grid color to use to style the plot.

 

 

interlaceColor


Description:

The interlace color to use to style the plot.

 

 

 

Syntax

myPlotWindow1.SetBackgroundColorPalette(myVariable1, myVariable2, myVariable3, myVariable4, myVariable5);

 

 

See also

PlotWindow Object

PlotWindow.SetBackgroundColorPalette

PlotWindow Guide