Click or drag to resize

Altaxo.Graph.Gdi.Plot.Styles Namespace

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

Classes
 ClassDescription
Public classBarGraphPlotStyle
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 Summary description for XYPlotLineStyle.
Public classDropLinePlotStyle 
Public classErrorBarPlotStyle 
Public classErrorBarXPlotStyle 
Public classErrorBarYPlotStyle 
Public classFillToCurvePlotStyle 
Public classG2DPlotStyleCollection 
Public classG2DPlotStyleCollectionTemplates 
Public classLabelPlotStyle 
Public classLinePlotStyle Summary description for XYPlotLineStyle.
Public classScatterPlotStyle 
Public classScatterPlotStyleDropLineXmlSerializationSurrogate0 
Public classScatterPlotStyleShapeXmlSerializationSurrogate0 
Public classScatterPlotStyleStyleXmlSerializationSurrogate0 
Public classVectorCartesicPlotStyle 
Interfaces
 InterfaceDescription
Public interfaceIG2DPlotStyle 
Public interfaceILineConnectionStyle Represents a symbol shape for a 3D scatter plot. Instances of this class have to be immutable.
Delegates
Enumerations
 EnumerationDescription
Public enumerationErrorBarPlotStyleValueInterpretation Designates how to interpret the values of the error columns.
Public enumerationLineScatterPlotStyleKind Used for constructor of XYLineScatterPlotStyle to choose between Line, Scatter and both.
Public enumerationVectorCartesicPlotStyleValueInterpretation Designates how to interpret the values of the error columns.