Xceed Chart for WinForms v4.4 Documentation
GetScalingToPixels Method


Xceed.Chart.Utilities.v4.4 Assembly > Xceed.Chart.Utilities Namespace > MeasureUnitConverter Class : GetScalingToPixels Method
Return the X and Y scale of the measurement unit in pixels
Syntax
'Declaration
 
Public Sub GetScalingToPixels( _

   ByVal mu As MeasurementUnit, _

   ByRef fScaleX As Single, _

   ByRef fScaleY As Single _

) 
'Usage
 
Dim instance As MeasureUnitConverter

Dim mu As MeasurementUnit

Dim fScaleX As Single

Dim fScaleY As Single

 

instance.GetScalingToPixels(mu, fScaleX, fScaleY)
public void GetScalingToPixels( 

   MeasurementUnit mu,

   ref float fScaleX,

   ref float fScaleY

)

Parameters

mu
fScaleX
fScaleY
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

Reference

MeasureUnitConverter Class
MeasureUnitConverter Members