GetDataPointWidth Method (ColumnUniformGridSceneEntityHelper)
Gets the width of a Data-Point, depending on data and coordinate transformation
Syntax
public float GetDataPointWidth( Point3DXyzData data, ICoordinateCalculator<double> xCalc, double xWidthFraction, ICoordinateCalculator<double> zCalc, double zWidthFraction, int gridStride )
Parameters
- data
- Data values.
- xCalc
- Coordinate calculator of the X Axis.
- xWidthFraction
- The data point width in X.
- zCalc
- Coordinate calculator of the Z Axis.
- zWidthFraction
- The data point width in Z.
- gridStride
Return Value
the width of a Data-Point, depending on data and coordinate transformation
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