Click or drag to resize

Processed3DPlotDataGetXPhysical Method

Gets the physical x value at a given original row index.

Namespace: Altaxo.Graph.Graph3D.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public AltaxoVariant GetXPhysical(
	int originalRowIndex
)

Parameters

originalRowIndex  Int32
Index of the original data row.

Return Value

AltaxoVariant
The physical x value at that given original row index.

Implements

I3DPhysicalVariantAccessorGetXPhysical(Int32)
See Also