Nevron .NET Vision
Nevron.Chart Namespace / NAxisBase Class / TransformModelToScale Method / TransformModelToScale(Single,Boolean) Method


In This Topic
    TransformModelToScale(Single,Boolean) Method
    In This Topic
    Transforms a model coordinate to scale value
    Syntax
    'Declaration
     
    
    Public Overloads Function TransformModelToScale( _
       ByVal modelValue As System.Single, _
       ByVal clampToRuler As System.Boolean _
    ) As System.Double
    'Usage
     
    
    Dim instance As NAxisBase
    Dim modelValue As System.Single
    Dim clampToRuler As System.Boolean
    Dim value As System.Double
     
    value = instance.TransformModelToScale(modelValue, clampToRuler)
    public System.double TransformModelToScale( 
       System.float modelValue,
       System.bool clampToRuler
    )

    Parameters

    modelValue
    clampToRuler
    Remarks
    Note that you can use this method only after the axis is calculated - typically while handling a chart BeforeRender or AfterRender event.
    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