Altaxo. |
[Missing <summary> documentation for "N:Altaxo.Graph.Plot.Data"]
| Class | Description | |
|---|---|---|
| ColumnPlotDataExchangeColumnsData | Model used to exchange common column names in multiple plot items concurrently. | |
| ColumnPlotDataExchangeDataBase | Base class for models that are used to exchange the underlying table or data columns of plot items. | |
| ColumnPlotDataExchangeTableData | Model used to exchange the data table in multiple plot items concurrently. | |
| PlotRange | PlotRange represents a range of plotting points from index lowerBound to (upperBound-1) I use a class instead of a struct because it is intended to use with ArrayList. | |
| PlotRangeCompound | Compound of plot ranges that can be treated as a single plot range, because it implements IPlotRange. | |
| PlotRangeList | Holds a list of plot ranges. The list is not sorted automatically, but is assumed to be sorted. | |
| PolynomialFunction | Evaluates a polynomial a0 + a1*x + a2*x^2 ... Special serializable version for plotting purposes. | |
| ProductFunction | Evaluates the product of other functions f(x) = f1(x)^a1*f2(x)^a2*... Special serializable version for plotting purposes. | |
| ScaledSumFunction | Evaluates a scaled sum of other functions f(x) = a1*f1(x)+ a2*f2(x)+... Special serializable version for plotting purposes. | |
| SquareRootFunction | Evaluates the square root of another function Special serializable version for plotting purposes. | |
| XYColumnPlotData | Summary description for XYColumnPlotData. | |
| XYFunctionPlotData | Summary description for XYFunctionPlotData. | |
| XYFunctionPlotDataBase | Summary description for XYFunctionPlotData. | |
| XYNonlinearFitFunctionConfidenceBandPlotData | Summary description for XYFunctionPlotData. | |
| XYNonlinearFitFunctionPlotData | Summary description for XYFunctionPlotData. | |
| XYScatterPointInformation | Provides information about a single scatter point, like coordinates, row index, index into plot and so on. | |
| XYZColumnPlotData | Summary description for XYColumnPlotData. | |
| XYZMeshedColumnPlotData | Summary description for XYColumnPlotData. | |
| XYZScatterPointInformation | Provides information about a single scatter point, like coordinates, row index, index into plot and so on. |
| Structure | Description | |
|---|---|---|
| ColumnInformation | Gui information about a required column, for instance for selection of columns for plot items. | |
| ColumnInformationSimple | Gui information about a required column, for instance for selection of rows. | |
| GroupOfColumnsInformation | Bundles a set of column informations of columns belonging to each other. For instance, in a 3D-Plot, the columns 'X', 'Y' and 'Z' belonging to each other. Other examples of column groups are the columns needed for a vector style, or for an error style. |
| Interface | Description | |
|---|---|---|
| IColumnPlotData | Common interface to column plot data as XYColumnPlotData or XYZColumnPlotData. | |
| IPlotRange | Interface to a plot range. A plot range designates a range of indices in the array of already converted plot points (converted to layer coordinates), together with information about the original data rows that correspond to the data. | |
| IXYFunctionPlotData | Interface to 2D function plot data. |