Click or drag to resize

Altaxo.Graph.Graph3D.Plot.Styles Namespace

Contains three-dimensional plot styles for lines, bars, meshes, symbols, and labels.
Classes
 ClassDescription
Public classBarGraphPlotStyle Draws three-dimensional data points as bars.
Public classDataMeshPlotStyle 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.
Public classDropLinePlotStyle Draws drop lines from plot points to one or more target planes.
Public classErrorBarPlotStyle Provides the base implementation for three-dimensional error-bar styles.
Public classErrorBarXPlotStyle Error-bar plot style for the X axis.
Public classErrorBarYPlotStyle Error-bar plot style for the Y axis.
Public classErrorBarZPlotStyle Error-bar plot style for the Z axis.
Public classG3DPlotStyleCollection Represents a collection of three-dimensional plot styles.
Public classG3DPlotStyleCollectionTemplates Provides named templates for G3DPlotStyleCollection instances.
Public classLabelPlotStyle Draws text labels for three-dimensional plot points.
Public classLinePlotStyle Style to show 3D data as lines.
Public classScatterPlotStyle Draws three-dimensional plot points as scatter symbols.
Public classVectorCartesicPlotStyle Draws three-dimensional vectors from cartesian component columns.
Interfaces
 InterfaceDescription
Public interfaceIG3DPlotStyle Defines the behavior of a three-dimensional plot style.
Public interfaceILineConnectionStyle Represents an immutable strategy for connecting plot points with lines in a three-dimensional plot.
Public interfaceIScatterSymbol 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.
Delegates
 DelegateDescription
Public delegateG3DPlotStyleCollectionTemplatesCreateCollectionProcedure Represents a factory method that creates a plot-style collection.
Enumerations
 EnumerationDescription
Public enumerationErrorBarPlotStyleValueInterpretation Designates how to interpret the values of the error columns.
Public enumerationVectorCartesicPlotStyleValueInterpretation Designates how to interpret the values of the error columns.