GridCellGroup.SetBackgroundColorRules(TimeSpanArray, Array) Method

Top 

Description

Applies the array of rangeThresholds and rangeColors as rules so that whenever the value of any cell in this GridCellGroup is between two threshold values, the color corresponding to that range is applied to the background of that cell. The size of the rangeColors array must be one greater than the size of the rangeThresholds array.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Method Signature

GridCellGroup.SetBackgroundColorRules(

TimeSpanArray rangeThresholds,


Array rangeColors)

 

 

Arguments

rangeThresholds


Description:

The thresholds for the applied rules.

 

 

rangeColors


Description:

The colors to apply when between threshold values.

 

 

 

Syntax

myGridCellGroup1.SetBackgroundColorRules(myTimeSpanArray1, myArray1);

 

 

See also

GridCellGroup Object

GridCellGroup.SetBackgroundColorRules

GridWindow Guide