Click or drag to resize

I3DPhysicalVariantAccessorGetXPhysical Method

Gets the physical x value for the specified original row index.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
AltaxoVariant GetXPhysical(
	int originalRowIndex
)

Parameters

originalRowIndex  Int32
The original row index.

Return Value

AltaxoVariant
The physical x value.
See Also