Click or drag to resize

XYZColumnPlotData_tlsBufferedPlotData Field

List of plot points that is allocated once per thread (as thread local storage variable).

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
[NonSerializedAttribute]
protected static List<PointD3D>? _tlsBufferedPlotData

Field Value

ListPointD3D
See Also