Click or drag to resize

DataDisplayControllerWriteOneLine Method

Writes a string to the output.

Namespace: Altaxo.Gui.Pads.DataDisplay
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void WriteOneLine(
	string text
)

Parameters

text  String
The text to write to the output.

Implements

IDataDisplayServiceWriteOneLine(String)
See Also