RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDecisionGrid.DataColor Property

Specifies the background color of the cells containing summarized values.

Pascal
property DataColor: TColor;
C++
__property TColor DataColor;

Set DataColor to the color that should be used for the scrollable data region of the decision grid. The data region contains the values of the current summary of the decision cube, where each cell represents the value of a field summarized over the values indicated by the row and column dimensions. 

The subtotals that represent values summarized over all values within a given dimension (as well as the single value in other dimensions) are drawn using the DataSumColor property. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!