[C#] | public void setDirectColoring([ bool b ]); |
[VB] | Public Sub setDirectColoring([ b As Boolean ]) |
ChartDirector 7.1 (.NET Edition)
DiscreteHeatMapLayer.
Usage
[C#] | public void setDirectColoring([ bool b ]); |
[VB] | Public Sub setDirectColoring([ b As Boolean ]) |
Description
Arguments
Argument | Default | Description |
---|---|---|
b | true | A true value means the data values of the cells are their colors. A false value means a ColorAxis will be used to map the data values to colors. |
Return Value