Version

DataToPointPlaneF Method (IProvideMeasurements)

Plots data values in a planar space, based on float coordinates.
Syntax
'Declaration
 
Function DataToPointPlaneF( _
   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 PointF
PointF DataToPointPlaneF( 
   double DataHorzMin,
   double DataHorzMax,
   double DataVertMin,
   double DataVertMax,
   Point leftTop,
   Point bottomRight,
   double d_h,
   double d_v
)

Parameters

DataHorzMin
Data Minimum Value (Horizontal)
DataHorzMax
Data Maximum Value (Horizontal)
DataVertMin
Data Minimum Value (Vertical)
DataVertMax
Data Maximum Value (Vertical)
leftTop
Top-left point of plane.
bottomRight
Bottom-right point of plane.
d_h
Data Item (Horizontal)
d_v
Data Item (Vertical)

Return Value

The location of the given data value.
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