DundasWinExtensions
GetColors(Color,Color,Color,Double,Double) Method
See Also  Send comments on this topic.
DundasWinExtensions Assembly > Dundas.Extensions Namespace > HeatMapEngine Class > GetColors Method : GetColors(Color,Color,Color,Double,Double) Method


toColor
To color.
fromColor
From color.
outOfRangeColor
Color of the out of range.
scaleMin
The scale min.
scaleMax
The scale max.
Gets the colors from yvalue

Syntax

Visual Basic (Declaration)  
Public Overloads Sub GetColors( _
   ByVal toColor As Color, _
   ByVal fromColor As Color, _
   ByVal outOfRangeColor As Color, _
   ByVal scaleMin As Double, _
   ByVal scaleMax As Double _
) 
Visual Basic (Usage) Copy Code
Dim instance As HeatMapEngine
Dim toColor As Color
Dim fromColor As Color
Dim outOfRangeColor As Color
Dim scaleMin As Double
Dim scaleMax As Double
 
instance.GetColors(toColor, fromColor, outOfRangeColor, scaleMin, scaleMax)
C#  
public void GetColors( 
   Color toColor,
   Color fromColor,
   Color outOfRangeColor,
   double scaleMin,
   double scaleMax
)

Parameters

toColor
To color.
fromColor
From color.
outOfRangeColor
Color of the out of range.
scaleMin
The scale min.
scaleMax
The scale max.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.