Nevron.Chart Namespace / NVertexSurfaceDataBase Class / AddValueColor Method / AddValueColor(Double,Double,Double,Color) Method


In This Topic
    AddValueColor(Double,Double,Double,Color) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Sub AddValueColor( _
       ByVal x As System.Double, _
       ByVal y As System.Double, _
       ByVal z As System.Double, _
       ByVal color As System.Drawing.Color _
    ) 
    'Usage
     
    
    Dim instance As NVertexSurfaceDataBase
    Dim x As System.Double
    Dim y As System.Double
    Dim z As System.Double
    Dim color As System.Drawing.Color
     
    instance.AddValueColor(x, y, z, color)
    public void AddValueColor( 
       System.double x,
       System.double y,
       System.double z,
       System.Drawing.Color color
    )

    Parameters

    x
    y
    z
    color
    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