Version

DataToPointPlane Method (LinearMeasurements)

Plots data values in a planar space.
Syntax
'Declaration
 
Public Function DataToPointPlane( _
   ByVal DataHorzMin As Double, _
   ByVal DataHorzMax As Double, _
   ByVal DataVertMin As Double, _
   ByVal DataVertMax As Double, _
   ByVal leftTop As Point, _
   ByVal bottomRight As Point, _
   ByVal d_h As Double, _
   ByVal d_v As Double _
) As Point
public Point DataToPointPlane( 
   double DataHorzMin,
   double DataHorzMax,
   double DataVertMin,
   double DataVertMax,
   Point leftTop,
   Point bottomRight,
   double d_h,
   double d_v
)

Parameters

DataHorzMin
Horizontal data minimum.
DataHorzMax
Horizontal data maximum.
DataVertMin
Vertical data minimum.
DataVertMax
Vertical data maximum.
leftTop
Top-left point of the plane.
bottomRight
Bottom-right point of the plane.
d_h
Horizontal portion of the data value to plot.
d_v
Vertical portion of the data value to plot.

Return Value

The location of the given data values, mapped according to the other specified parameters.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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