PlotWindow.SetBackgroundColorPalette(String) 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(

String colorPalette)

 

 

Arguments

colorPalette


Description:

The color palette to use to style the plot.

Valid Values:

Value

Label

"Classic"

Classic

"White"

White

"LightGray"

LightGray

"LightBlueGray"

LightBlueGray

"MediumBlueGray"

MediumBlueGray

"DarkGray"

DarkGray

"DarkBlueGray"

DarkBlueGray

"Black"

Black

"Dark"

Dark

"GrayChart"

GrayChart

"GrayBorder"

GrayBorder

 

 

 

 

Syntax

myPlotWindow1.SetBackgroundColorPalette(myString1);

 

 

See also

PlotWindow Object

PlotWindow.SetBackgroundColorPalette

PlotWindow Guide