Nevron .NET Vision
Nevron.Chart Namespace / NAxisBase Class / TransformScaleToModel Method / TransformScaleToModel(Boolean,Double) Method


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

    Parameters

    clampToRuler
    scaleValue
    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