Processed2DPlotDataYPhysicalAccessor Property |
Gets or sets the Y physical accessor.
Namespace: Altaxo.Graph.Gdi.Plot.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public IndexedPhysicalValueAccessor YPhysicalAccessor { get; set; }
Property Value
IndexedPhysicalValueAccessorThe Y physical accessor. It is awaiting the original row index of the data as argument and will return the physical y data value at that row.
See Also