SciChart.Charting3D Assembly > SciChart.Charting3D.Model Namespace > XyzDisplaceableFreeSurfaceDataSeries<TXYZ> Class : GetDisplacedDataValue(Int32,Int32,Double,Double,TXYZ,TXYZ,TXYZ) Method
GetDisplacedDataValue(Int32,Int32,Double,Double,TXYZ,TXYZ,TXYZ) Method
Syntax
public virtual void GetDisplacedDataValue( 
   int uIndex,
   int vIndex,
   double u,
   double v,
   out TXYZ x,
   out TXYZ y,
   out TXYZ z
)

Parameters

uIndex
vIndex
u
v
x
y
z
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