Click or drag to resize

Processed2DPlotDataGetPhysical Method

Gets the physical value of a given axis at a given original row index.

Namespace: Altaxo.Graph.Gdi.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual AltaxoVariant GetPhysical(
	int axisNumber,
	int originalRowIndex
)

Parameters

axisNumber  Int32
0, 1, or 2 according to X, Y, or Z axis.
originalRowIndex  Int32
Index of the original data row.

Return Value

AltaxoVariant
The physical value of the provided axis at that given original row index.
See Also