dotnetCHARTING Send comments on this topic.
GetValueColor Method
See Also 
dotnetCHARTING Namespace > SmartPalette Class : GetValueColor Method


key
The name of a series or element, or "*" for all.
value
Value to match with a scale range.
Get the thematic color based on the key and values of smartPalettes..

Syntax

Visual Basic (Declaration) 
Public Function GetValueColor( _
   ByVal key As String, _
   ByVal value As Double _
) As Color
Visual Basic (Usage)Copy Code
Dim instance As SmartPalette
Dim key As String
Dim value As Double
Dim value As Color
 
value = instance.GetValueColor(key, value)
C# 
public Color GetValueColor( 
   string key,
   double value
)

Parameters

key
The name of a series or element, or "*" for all.
value
Value to match with a scale range.

See Also

© 2011 All Rights Reserved.