Click or drag to resize

Altaxo.Graph.Gdi.Plot.Styles Namespace

Contains GDI plot-style implementations for lines, symbols, labels, areas, and images.
Classes
 ClassDescription
Public classBarGraphPlotStyle Renders data as filled and framed bar graphs.
Public classColumnDrivenColorPlotStyle 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.
Public classColumnDrivenSymbolSizePlotStyle 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.
Public classDensityImagePlotStyle 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 classDropAreaPlotStyle Fills and frames the area between a connected line and a reference plane.
Public classDropLinePlotStyle Draws drop lines from plot points to one or more coordinate-system planes.
Public classErrorBarPlotStyle Provides the base implementation for 2D error-bar plot styles.
Public classErrorBarXPlotStyle Represents an error-bar plot style for the x-axis.
Public classErrorBarYPlotStyle Represents an error-bar plot style for the y-axis.
Public classFillToCurvePlotStyle Fills the area between one curve and an adjacent curve.
Public classG2DPlotStyleCollection Represents a collection of two-dimensional plot styles.
Public classG2DPlotStyleCollectionTemplates Provides named templates for G2DPlotStyleCollection instances.
Public classLabelPlotStyle Draws text labels for plot points.
Public classLinePlotStyle Plot style for drawing lines in a 2D plot.
Public classScatterPlotStyle Draws scatter symbols for 2D plot data.
Public classScatterPlotStyleDropLineXmlSerializationSurrogate0 Serialization surrogate for deprecated scatter plot drop-line styles.
Public classScatterPlotStyleShapeXmlSerializationSurrogate0 Serialization surrogate for deprecated scatter plot shapes.
Public classScatterPlotStyleStyleXmlSerializationSurrogate0 Serialization surrogate for deprecated scatter plot styles.
Public classVectorCartesicPlotStyle Draws 2D vectors from X/Y vector component columns.
Interfaces
 InterfaceDescription
Public interfaceIG2DPlotStyle Represents a two-dimensional plot style.
Public interfaceILineConnectionStyle Represents an immutable line connection style for 2D plots.
Delegates
 DelegateDescription
Public delegateG2DPlotStyleCollectionTemplatesCreateCollectionProcedure Represents a factory that creates a plot style collection for a given property context.
Enumerations
 EnumerationDescription
Public enumerationErrorBarPlotStyleValueInterpretation Designates how to interpret the values of the error columns.
Public enumerationLineScatterPlotStyleKind Used for the constructor of XYLineScatterPlotStyle to choose between line, scatter, and both.
Public enumerationVectorCartesicPlotStyleValueInterpretation Designates how to interpret the values of the error columns.