Click or drag to resize

Processed3DPlotDataXPhysicalAccessor Property

Gets or sets the X physical accessor.

Namespace: Altaxo.Graph.Graph3D.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IndexedPhysicalValueAccessor XPhysicalAccessor { get; set; }

Property Value

IndexedPhysicalValueAccessor
The X physical accessor. It is awaiting the original row index of the data as argument and will return the physical x data value at that row.
See Also