| | Class | Description |
|---|
 | AltaxoUniqueNameException |
The exception that is thrown when a unique name is required but cannot be assigned.
|
 | AnalysisRealFourierTransformationCommands |
Commands for applying a real Fourier transform to worksheet columns.
|
 | AnalysisRealFourierTransformationCommandsRealFourierTransformOptions |
Options for a real Fourier transform operation.
|
 | BaseColumnCollectionChangedEventArgs |
Used for notifying receivers about what columns in this collection have changed.
|
 | BooleanColumn |
Data column that stores nullable boolean values.
|
 | ColumnCommands |
Commands operating on data columns.
|
 | ColumnKindChangeEventArgs |
Provides data for a column kind change event.
|
 | ColumnMath |
Helper methods for working with data columns and column tuples.
|
 | ColumnScriptCollection |
Collection that maps data columns to their associated column scripts.
|
 | ConstantDoubleColumn |
A column whose rows all have the same value (of type Double).
|
 | ConvertXYVToMatrixActions |
Actions for converting X-Y-value columns into a matrix representation.
|
 | ConvertXYVToMatrixDataAndOptions |
Holds both the data (see DataTableMultipleColumnProxy) and the options (see ConvertXYVToMatrixOptions) needed to convert X-Y-value data into a matrix.
|
 | ConvertXYVToMatrixDataSource |
Table data source that converts X-Y-value data into a matrix table.
|
 | ConvertXYVToMatrixOptions |
Contains options how to split a table that contains an independent variable with cycling values into
another table, where this independent variable is unique and sorted.
|
 | DatabaseCommands |
Commands related to database-backed tables.
|
 | DataColumn |
This is the base class of all data columns in Altaxo. This base class provides readable, writeable
columns with a defined count.
|
 | DataColumnChangedEventArgs |
Stores the accumulated change data of a column.
|
 | DataColumnCollection |
Collection of data columns belonging to a table.
|
 | DataColumnCollectionClipboardMemento |
This class is responsible for the special purpose to serialize a data table for clipboard. Do not use
it for permanent serialization purposes, since it does not contain version handling.
|
 | DataColumnCollectionDataColumnInfo |
Stores metadata for a data column in the collection.
|
 | DataColumnCollectionChangedEventArgs |
Describes changes in the data columns of a collection.
|
 | DataSourceImportOptions |
Immutable implementation of IDataSourceImportOptions.
|
 | DataTable | DataTable is the central class of Altaxo, which holds the data organized in columns.
|
 | DataTableClipboardMemento |
This class is responsible for the special purpose to serialize a data table for clipboard. Do not use
it for permanent serialization purposes, since it does not contain version handling.
|
 | DataTableCleaningOptions |
Options for clearing one or more data tables.
|
 | DataTableCollection |
Collection of data tables belonging to an Altaxo document.
|
 | DataTableColumnNamesKindGroupSnapshot |
Holds a snapshot of the column names, column kinds, and group numbers of a DataTable, both for data columns and property columns.
That snapshot can be used to restore these to a DataTable at a later point in time.
|
 | DataTableCommands |
Commands for creating and initializing data tables.
|
 | DataTableMatrixProxy |
Holds reference to a matrix-like arrangement of data from a DataTable. The matrix data consist of 2 or more DataColumns and all or selected data rows.
Furthermore, a row header column and a column header column can deliver corresponding physical values for each matrix row and column, respectively.
|
 | DataTableMatrixProxyBase |
Holds reference to a matrix-like arrangement of data from a DataTable. The matrix data consist of 2 or more DataColumns and all or selected data rows.
Furthermore, a row header column and a column header column can deliver corresponding physical values for each matrix row and column, respectively.
|
 | DataTableMatrixProxyBaseColumnPositionComparer |
Compares readable-column proxies by their column position.
|
 | DataTableMatrixProxyBaseDoubleMatrixAsNullDevice |
Matrix implementation that discards all incoming values.
|
 | DataTableMatrixProxyBaseHeaderColumnWrapper |
Wraps a header column and participating row indices as a read-only list.
|
 | DataTableMatrixProxyWithMultipleColumnHeaderColumns |
Holds reference to a matrix-like arrangement of data from a DataTable. The matrix data consist of 2 or more DataColumns and all or selected data rows.
Furthermore, a row header column and multiple column header columns can deliver corresponding physical values for each matrix row and column, respectively.
This class is intended e.g. to hold spectral data together with one or multiple target variables for chemometrical analysis.
|
 | DataTableMultipleColumnProxy |
Holds reference to bundles of one or multiple data columns from the same group of a DataTable. The bundles are identified by a string identifier.
|
 | DataTableOtherActions |
Other commonly used actions on a DataTable.
|
 | DataTableProxy |
Proxy for a DataTable document node.
|
 | DataTableRangeWrapper |
Wraps a contiguous row range of a DataTable as a read-only table data source.
|
 | DataTablesAggregationDataSource |
Provides a data source that aggregates data from multiple tables according to specified options.
|
 | DataTablesAggregationOptions |
Options for aggregating data from one or more tables. See also DataTablesAggregationDataSource.
|
 | DataTablesAggregationProcessData |
Holds configuration and state for aggregating data from multiple data tables.
|
 | DataTableToMatrixConverter |
Helper class that assembles numerical matrix data from a DataTable, selected data columns, selected data rows, and selected property columns.
|
 | DataTableTransposeDataSource |
Table data source that transposes another data table.
|
 | DataTableTransposeOptions |
Options for transposing a worksheet.
|
 | DataTableXYColumnProxy |
Holds reference to bundles of one y and the corresponding x column from the same group of a DataTable.
|
 | DateTimeColumn |
Data column that stores DateTime values.
|
 | DBNullColumn |
Placeholder column used when the actual column type is not yet known.
|
 | DecomposeByColumnContentActions |
Actions for decomposing columns by the content of a cycling-variable column.
|
 | DecomposeByColumnContentDataAndOptions |
Holds both the data (see DataTableMultipleColumnProxy) and the options (see DecomposeByColumnContentOptions) needed to decompose a table containing a cycling-variable column.
|
 | DecomposeByColumnContentDataSource |
Table data source that decomposes columns by the content of a cycling-variable column.
|
 | DecomposeByColumnContentOptions |
Contains options how to split a table that contains an independent variable with cycling values into
another table, where this independent variable is unique and sorted.
|
 | DoubleColumn |
Data column that stores Double values.
|
 | EmptyDoubleColumn |
A column that is always empty (count is zero).
|
 | EquallySpacedColumn |
The EquallySpacedColumn is a simple readable numeric column. The value of an element is
calculated from y = a+b*i. This means the value of the first element is a, the values are equally spaced by b.
|
 | ExpandCyclingVariableColumnActions |
Actions for expanding tables that contain a cycling-variable column.
|
 | ExpandCyclingVariableColumnDataAndOptions |
Holds both the data (see DataTableMultipleColumnProxy) and the options (see ExpandCyclingVariableColumnOptions) needed to expand a table containing a cycling-variable column.
|
 | ExpandCyclingVariableColumnDataSource |
Table data source that expands tables with a cycling-variable column.
|
 | ExpandCyclingVariableColumnOptions |
Contains options how to split a table that contains an independent variable with cycling values into
another table, where this independent variable is unique and sorted.
|
 | ExtractCommonColumnsToTableData |
Process data for ExtractCommonColumnsToTableDataSource.
|
 | ExtractCommonColumnsToTableDataSerializationSurrogate0 |
2022-10-12 Initial version
|
 | ExtractCommonColumnsToTableDataSource |
Table data source that extracts common columns from multiple source tables into a destination table.
|
 | ExtractCommonColumnsToTableOptions |
Options for extracting common columns from multiple tables into a single table.
|
 | ExtractCommonColumnsToTableOptionsSerializationSurrogate0 |
2022-10-12 Initial version
|
 | ExtractCommonColumnsToTableOptionsSerializationSurrogate1 |
Version 1 - 2026-04-23 Add TablePropertyNames.
|
 | FileCommands |
Extensions for saving, exporting, and importing files.
|
 | FileImportScriptDataSource |
File-based table data source that imports data by executing a file import script.
|
 | ImportIntoMultipleTablesAction |
Supports the import of ASCII data into multiple, already existing, tables.
|
 | IndependentAndDependentColumns |
Stores multiple columns for independent variables, multiple columns for dependent variables, and a selection of rows.
|
 | IndependentAndDependentColumnsXmlSerializationSurrogate0 |
2023-05-11 Initial version
|
 | IndexerColumn |
The indexer column is a simple readable numeric column. The value of an element is
it's index in the column, i.e. GetDoubleAt(i) simply returns the value i.
|
 | IReadableColumnExtensions |
Extension methods for IReadableColumn.
|
 | ListOfXAndYColumn |
Keeps a list of X and Y columns representing curves to be processed together.
|
 | ListOfXAndYColumnSerializationSurrogate0 |
V0: 2024-01-24 initial version
|
 | MatrixToDataTableConverter |
Converts a numeric matrix into the columns of a DataTable.
|
 | MergeTables |
Actions that help merge two tables.
|
 | NumericColumnProxy |
Holds a "weak" reference to a numeric column, altogether with a document path to that column.
|
 | NumericColumnProxyBase |
Static class to create instances of INumericColumnProxy.
|
 | NumericColumnProxyForStandaloneColumns |
Proxy for numeric columns that are not part of the document hierarchy.
|
 | OperatableObject |
Base class for objects that expose virtual hooks for arithmetic, logical, and comparison operators.
|
 | ProcessSourceTablesScriptData |
Process data for executing a script against multiple source tables.
|
 | ProcessSourceTablesScriptDataSource |
Table data source that executes a processing script on multiple source tables.
|
 | PropertyColumnCollectionChangedEventArgs |
Describes changes in the property columns of a collection.
|
 | ReadableColumnProxy |
Proxy for a readable column that belongs to the document hierarchy.
|
 | ReadableColumnProxyBase |
Static class to create instances of IReadableColumnProxy.
|
 | RowCommands |
Commands for copying, moving, and transforming rows.
|
 | Sorting |
Helper methods and comparers for sorting rows and columns.
|
 | Statistics |
Contains statistical commands applied to tables.
|
 | TableDataSourceBase |
Base class for table data sources.
|
 | TableDataSourceBaseImmutableOptionsTOptions, TData |
A TableDataSourceBase which has options that are immutable.
|
 | TableDataSourceBaseImmutableOptionsTOptions, TDataXmlSerializationSurrogateBase |
Base XML surrogate for immutable table data sources.
|
 | TableDataSourceChangedEventArgs |
Designates the event that the table's data source has changed.
|
 | TextColumn |
Data column that stores text values.
|
 | TransformedReadableColumn |
Readable column wrapper that applies a transformation to the values of another readable column.
|
 | TransformedReadableColumnExtensions |
Extension methods for transformed readable columns.
|
 | Transposing |
Contains methods to transpose a worksheet.
|
 | XAndRealImaginaryColumns |
Collection of one independent variable called X and two dependent variables called Re and Im.
|
 | XAndRealImaginaryColumnsSerializationSurrogate0 |
2023-05-24 initial version
|
 | XAndYColumn |
Collection of one independent variable called 'X' and one dependent variable called 'Y'.
|
 | XAndYColumnSerializationSurrogate0 |
2023-05-15 initial version
|
 | XYAndZColumn |
Collection of two independent variables called 'X' and 'Y' and one dependent variable called 'Z'.
|
 | XYAndZColumnSerializationSurrogate0 |
2023-05-15 initial version
|