Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / Axis Class / ConvertScaleToModelCoordinate Method


In This Topic
    ConvertScaleToModelCoordinate Method
    In This Topic
    Converts a scale value to model coordninate
    Syntax
    'Declaration
     
    Public Function ConvertScaleToModelCoordinate( _
       ByVal clampToRuler As Boolean, _
       ByVal scaleValue As Double _
    ) As Single
    'Usage
     
    Dim instance As Axis
    Dim clampToRuler As Boolean
    Dim scaleValue As Double
    Dim value As Single
     
    value = instance.ConvertScaleToModelCoordinate(clampToRuler, scaleValue)
    public float ConvertScaleToModelCoordinate( 
       bool clampToRuler,
       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