Click or drag to resize

XYColumnPlotData_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<PointF>? _tlsBufferedPlotData

Field Value

ListPointF
See Also