Click or drag to resize

Altaxo.Graph.Graph3D.Plot.Styles Namespace

[Missing <summary> documentation for "N:Altaxo.Graph.Graph3D.Plot.Styles"]

Classes
 ClassDescription
Public classBarGraphPlotStyle
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 
Public classErrorBarPlotStyle 
Public classErrorBarXPlotStyle 
Public classErrorBarYPlotStyle 
Public classErrorBarZPlotStyle 
Public classG3DPlotStyleCollection 
Public classG3DPlotStyleCollectionTemplates 
Public classLabelPlotStyle 
Public classLinePlotStyle Style to show 3D data as lines.
Public classScatterPlotStyle 
Public classVectorCartesicPlotStyle 
Interfaces
 InterfaceDescription
Public interfaceIG3DPlotStyle 
Public interfaceILineConnectionStyle Represents a symbol shape for a 3D scatter plot. Instances of this class have to be immutable.
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
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.