Click or drag to resize

IDataDisplayService Interface

Provides methods for displaying information obtained from a data reader, such as item counts and x/y values.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.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