Click or drag to resize

Altaxo.Graph.Plot.Groups Namespace

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

Classes
 ClassDescription
Public classBarSizePosition2DGroupStyle 
Public classBarSizePosition3DGroupStyle 
Public classColorGroupStyle Style used to group plot items by color, and to step between the colors in a plot color set.
Public classDashPatternGroupStyle 
Public classIgnoreMissingDataPointsGroupStyle This group style is intended to make sure that all substyles have the same line connection. Thus it is only intended for local use (only amound substyles of a single plot item). plot styles.
Public classLineConnection2DGroupStyle This group style is intended to make sure that all substyles have the same line connection. Thus it is only intended for local use (only amound substyles of a single plot item). plot styles.
Public classPlotGroupStyle 
Public classPlotGroupStyleCollectionBase 
Protected classPlotGroupStyleCollectionBaseGroupInfo 
Public classSkipFrequencyGroupStyle This group style is intended to publish the symbol size to all interested plot styles.
Public classSymbolSizeGroupStyle This group style is intended to publish the symbol size to all interested plot styles.
Public classVariableColorGroupStyle This group style is used to distribute a symbol size function to all local plot styles. The symbol size function maps an index i of the actual plot point to a symbol size.
Public classVariableSymbolSizeGroupStyle This group style is used to distribute a symbol size function to all local plot styles. The symbol size function maps an index i of the actual plot point to a symbol size.
Interfaces
 InterfaceDescription
Public interfaceIPlotGroupStyle Support of plotting properties, that can be grouped together, for instance color or line style.
Public interfaceIPlotGroupStyleCollection Bundles plot group styles into a collection. It is allowed only to add a single instance of every plot group class.
Public interfaceIShiftLogicalXYGroupStyle Interface to a group style that needs to shift the items, e.g. the BarSizePosition3DGroupStyle. The shift is independet on the row index of the underlying data.
Public interfaceIShiftLogicalXYZGroupStyle Interface to a group style that needs to shift the items, e.g. the BarSizePosition3DGroupStyle. The shift is independet on the row index of the underlying data.
Delegates
Enumerations
 EnumerationDescription
Public enumerationBarShiftStrategy3D Designates how to shift the bars that belong to a group (i.e. have the same independent variables x and y).
Public enumerationColorLinkage Designates the usage of a color in plot styles.
Public enumerationPlotGroupStrictness Enumerates the strictness of the coupling between plot items into a plot group.