Click or drag to resize

Processed2DPlotDataGetYPhysical Method

Gets the physical y value 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 AltaxoVariant GetYPhysical(
	int originalRowIndex
)

Parameters

originalRowIndex  Int32
Index of the original data row.

Return Value

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

Implements

I3DPhysicalVariantAccessorGetYPhysical(Int32)
See Also