Click or drag to resize

XYZColumnPlotDataGetDataPoints Method

Gets the data points used by this plot data.

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IEnumerable<(AltaxoVariant x, AltaxoVariant y, AltaxoVariant z, int rowIndex)> GetDataPoints(
	bool ensureZIsNotEmpty
)

Parameters

ensureZIsNotEmpty  Boolean
If set to , points with empty Z values are skipped.

Return Value

IEnumerableValueTupleAltaxoVariant, AltaxoVariant, AltaxoVariant, Int32
The enumerated data points together with their source row index.
See Also