Description
Sets the color palette to be used when drawing the Series contained within this PlotWindow. Any series added after this method is called will not be affected.
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.SetSeriesColorPalette(
|
String colorPalette)
|
Arguments
colorPalette
|
|
Description:
|
The color palette to use to style the plot.
|
Valid Values:
|
Value
|
Label
|
"Accessible"
|
Qualitative: Accessible
|
"Bright"
|
Qualitative: Bright
|
"Classic"
|
Qualitative: Classic
|
"Dark"
|
Qualitative: Dark
|
"Light"
|
Qualitative: Light
|
"Paired"
|
Qualitative: Paired
|
"Pastel"
|
Qualitative: Pastel
|
"Blues"
|
Sequential: Blues
|
"CubeHelix"
|
Sequential: CubeHelix
|
"Grays"
|
Sequential: Grays
|
"Greens"
|
Sequential: Greens
|
"Purples"
|
Sequential: Purples
|
"Reds"
|
Sequential: Reds
|
"Spectral"
|
Sequential: Spectral
|
"BluePurpleYellow"
|
Diverging: BluePurpleYellow
|
"GreenCyanBlue"
|
Diverging: GreenCyanBlue
|
"GreenYellowRed"
|
Diverging: GreenYellowRed
|
"PurpleBlueGreen"
|
Diverging: PurpleBlueGreen
|
"YellowRedPurple"
|
Diverging: YellowRedPurple
|
|
Syntax
myPlotWindow1.SetSeriesColorPalette(myString1);
|
See also
PlotWindow Object
PlotWindow.SetSeriesColorPalette
PlotWindow Guide
|