Processed3DPlotDataGetPhysical Method |
Gets the physical value of a given axis at a given original row index.
Namespace: Altaxo.Graph.Graph3D.Plot.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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
AltaxoVariantThe physical value of the provided axis at that given original row index.
See Also