Click or drag to resize

IDataDisplayService Interface

Provides methods for displaying the information obtained from the data reader (number of item, x data, y data).

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IDataDisplayService

The IDataDisplayService type exposes the following members.

Methods
 NameDescription
Public methodWriteOneLineWrites a string to the output.
Public methodWriteThreeLines Writes three lines to the output.
Public methodWriteTwoLines Writes two lines to the window.
Top
See Also