Altaxo. |
| Class | Description | |
|---|---|---|
| BarGraphPlotStyle | Renders data as filled and framed bar graphs. | |
| ColumnDrivenColorPlotStyle | This style provides a variable symbol size dependent on the data of a user choosen column. The data of that column at the index of the data point determine the symbol size. This plot style is non-visual, i.e. it has no visual equivalent, since it is only intended to provide the symbol size to other plot styles. | |
| ColumnDrivenSymbolSizePlotStyle | This style provides a variable symbol size dependent on the data of a user choosen column. The data of that column at the index of the data point determine the symbol size. This plot style is non-visual, i.e. it has no visual equivalent, since it is only intended to provide the symbol size to other plot styles. | |
| DensityImagePlotStyle | 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. | |
| DropAreaPlotStyle | Fills and frames the area between a connected line and a reference plane. | |
| DropLinePlotStyle | Draws drop lines from plot points to one or more coordinate-system planes. | |
| ErrorBarPlotStyle | Provides the base implementation for 2D error-bar plot styles. | |
| ErrorBarXPlotStyle | Represents an error-bar plot style for the x-axis. | |
| ErrorBarYPlotStyle | Represents an error-bar plot style for the y-axis. | |
| FillToCurvePlotStyle | Fills the area between one curve and an adjacent curve. | |
| G2DPlotStyleCollection | Represents a collection of two-dimensional plot styles. | |
| G2DPlotStyleCollectionTemplates | Provides named templates for G2DPlotStyleCollection instances. | |
| LabelPlotStyle | Draws text labels for plot points. | |
| LinePlotStyle | Plot style for drawing lines in a 2D plot. | |
| ScatterPlotStyle | Draws scatter symbols for 2D plot data. | |
| ScatterPlotStyleDropLineXmlSerializationSurrogate0 | Serialization surrogate for deprecated scatter plot drop-line styles. | |
| ScatterPlotStyleShapeXmlSerializationSurrogate0 | Serialization surrogate for deprecated scatter plot shapes. | |
| ScatterPlotStyleStyleXmlSerializationSurrogate0 | Serialization surrogate for deprecated scatter plot styles. | |
| VectorCartesicPlotStyle | Draws 2D vectors from X/Y vector component columns. |
| Interface | Description | |
|---|---|---|
| IG2DPlotStyle | Represents a two-dimensional plot style. | |
| ILineConnectionStyle | Represents an immutable line connection style for 2D plots. |
| Delegate | Description | |
|---|---|---|
| G2DPlotStyleCollectionTemplatesCreateCollectionProcedure | Represents a factory that creates a plot style collection for a given property context. |
| Enumeration | Description | |
|---|---|---|
| ErrorBarPlotStyleValueInterpretation | Designates how to interpret the values of the error columns. | |
| LineScatterPlotStyleKind | Used for the constructor of XYLineScatterPlotStyle to choose between line, scatter, and both. | |
| VectorCartesicPlotStyleValueInterpretation | Designates how to interpret the values of the error columns. |