Altaxo. |
| Class | Description | |
|---|---|---|
| BarGraphPlotStyle | Draws three-dimensional data points as bars. | |
| DataMeshPlotStyle | This plot style is responsible for showing density plots as pixel image. Because of the limitation to a pixel image, each pixel is correlated with a single data point in the table. Splining of data is not implemented here. Beause of this limitation, the image can only be shown on linear axes. | |
| DropLinePlotStyle | Draws drop lines from plot points to one or more target planes. | |
| ErrorBarPlotStyle | Provides the base implementation for three-dimensional error-bar styles. | |
| ErrorBarXPlotStyle | Error-bar plot style for the X axis. | |
| ErrorBarYPlotStyle | Error-bar plot style for the Y axis. | |
| ErrorBarZPlotStyle | Error-bar plot style for the Z axis. | |
| G3DPlotStyleCollection | Represents a collection of three-dimensional plot styles. | |
| G3DPlotStyleCollectionTemplates | Provides named templates for G3DPlotStyleCollection instances. | |
| LabelPlotStyle | Draws text labels for three-dimensional plot points. | |
| LinePlotStyle | Style to show 3D data as lines. | |
| ScatterPlotStyle | Draws three-dimensional plot points as scatter symbols. | |
| VectorCartesicPlotStyle | Draws three-dimensional vectors from cartesian component columns. |
| Interface | Description | |
|---|---|---|
| IG3DPlotStyle | Defines the behavior of a three-dimensional plot style. | |
| ILineConnectionStyle | Represents an immutable strategy for connecting plot points with lines in a three-dimensional plot. | |
| IScatterSymbol | Represents a symbol shape for a 3D scatter plot. Instances of this class have to be immutable. They still need to be cloneable, because in a list of scatter symbols we need unique instances. |
| Delegate | Description | |
|---|---|---|
| G3DPlotStyleCollectionTemplatesCreateCollectionProcedure | Represents a factory method that creates a plot-style collection. |
| Enumeration | Description | |
|---|---|---|
| ErrorBarPlotStyleValueInterpretation | Designates how to interpret the values of the error columns. | |
| VectorCartesicPlotStyleValueInterpretation | Designates how to interpret the values of the error columns. |