PlotGroupStrictness Enumeration |
Enumerates the strictness of the coupling between plot items into a plot group.
Namespace: Altaxo.Graph.Plot.GroupsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public enum PlotGroupStrictness
Members Member name | Value | Description |
---|
Normal | 0 |
Only the properties are coupled by means of the plot group styles, like color and symbols.
|
Exact | 1 |
If the plot styles have the same substyles (for instance both have scatter styles), then the style's properties
are set to the same values before the plot groups are applied.
|
Strict | 2 |
The style of the master item is copyied exactly to the style of all other items in the plot group (including all substyles). Then
the plot groups are applied.
|
See Also