Nevron .NET Vision
Nevron.Chart Namespace / NPalette Class / GetColorForValue Method / GetColorForValue(Double,Double,Double,NAxisBase) Method


In This Topic
    GetColorForValue(Double,Double,Double,NAxisBase) Method
    In This Topic
    Gets the color for the specified value
    Syntax
    'Declaration
     
    
    Public Overloads Function GetColorForValue( _
       ByVal value As System.Double, _
       ByVal min As System.Double, _
       ByVal max As System.Double, _
       ByVal axis As NAxisBase _
    ) As System.Drawing.Color
    'Usage
     
    
    Dim instance As NPalette
    Dim value As System.Double
    Dim min As System.Double
    Dim max As System.Double
    Dim axis As NAxisBase
    Dim value As System.Drawing.Color
     
    value = instance.GetColorForValue(value, min, max, axis)
    public System.Drawing.Color GetColorForValue( 
       System.double value,
       System.double min,
       System.double max,
       NAxisBase axis
    )

    Parameters

    value
    min
    max
    axis
    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