GetValueColor Method
Get the thematic color based on the key and values of smartPalettes..
Syntax
'Declaration Public Function GetValueColor( _ ByVal key As String, _ ByVal value As Double _ ) As Color
'Usage Dim instance As SmartPalette Dim key As String Dim value As Double Dim value As Color value = instance.GetValueColor(key, value)
Parameters
- key
- The name of a series or element, or "*" for all.
- value
- Value to match with a scale range.
Requirements
Target Platforms: 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