Altaxo. |
| Class | Description | |
|---|---|---|
| BarSizePosition2DGroupStyle | Group style that manages 2D bar sizes and horizontal positions within a cluster. | |
| BarSizePosition3DGroupStyle | Group style that manages 3D bar sizes and positions within a cluster. | |
| ColorGroupStyle | Style used to group plot items by color, and to step between the colors in a plot color set. | |
| DashPatternGroupStyle | Style used to group plot items by dash pattern. | |
| IgnoreMissingDataPointsGroupStyle | 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 among substyles of a single plot item. plot styles. | |
| LineConnection2DGroupStyle | 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 among substyles of a single plot item). plot styles. | |
| PlotGroupStyle | Provides helper methods for working with plot group styles from local and external collections. | |
| PlotGroupStyleCollectionBase | Base collection for plot group styles keyed by their type. | |
| PlotGroupStyleCollectionBaseGroupInfo | Stores parent-child relationship metadata for a plot-group style. | |
| SkipFrequencyGroupStyle | This group style is intended to publish the skip frequency to all interested plot styles. | |
| SymbolSizeGroupStyle | This group style is intended to publish the symbol size to all interested plot styles. | |
| VariableColorGroupStyle | This group style is used to distribute a color function to all local plot styles. The color function maps an index of the actual plot point to a color. | |
| VariableSymbolSizeGroupStyle | 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. |
| Interface | Description | |
|---|---|---|
| IPlotGroupStyle | Represents plotting properties that can be grouped together, for instance color or line style. | |
| IPlotGroupStyleCollection | Bundles plot group styles into a collection. It is allowed only to add a single instance of every plot group class. | |
| IShiftLogicalXYGroupStyle | Interface to a group style that needs to shift the items, for example the BarSizePosition3DGroupStyle. The shift is independent of the row index of the underlying data. | |
| IShiftLogicalXYZGroupStyle | Interface to a group style that needs to shift the items, for example the BarSizePosition3DGroupStyle. The shift is independent of the row index of the underlying data. |
| Delegate | Description | |
|---|---|---|
| ColorGroupStyleGetter | Represents a delegate that returns a color. | |
| ColorGroupStyleSetter | Represents a delegate that applies a color. | |
| DashPatternGroupStyleGetter | Represents a delegate that returns a dash pattern. | |
| DashPatternGroupStyleSetter | Represents a delegate that applies a dash pattern. | |
| SkipFrequencyGroupStyleInt32FunctionValueGetter | Represents a delegate that returns an integer function value. | |
| SkipFrequencyGroupStyleInt32ValueSetter | Represents a delegate that stores an integer value. | |
| SymbolSizeGroupStyleSymbolSizeGetter | Represents a delegate that returns a symbol size. | |
| SymbolSizeGroupStyleSymbolSizeSetter | Represents a delegate that stores a symbol size. |
| Enumeration | Description | |
|---|---|---|
| BarShiftStrategy3D | Designates how to shift the bars that belong to a group, that is, bars that have the same independent variables x and y. | |
| ColorLinkage | Designates the usage of a color in plot styles. | |
| PlotGroupStrictness | Enumerates the strictness of the coupling between plot items into a plot group. |