Version

getFillColor Method (IColorModel)

Gets the fill color for the specified row, column, and data value using this color model.
Syntax
'Declaration
 
Function getFillColor( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal dataValue As Double _
) As Color
Color getFillColor( 
   int row,
   int column,
   double dataValue
)

Parameters

row
The row of the primitive which will be colored.
column
The column of the primitive which will be colored.
dataValue
The data value of the primitive which will be colored.

Return Value

A Color matching the specified parameters, generated by this color model.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also