Click or drag to resize

PlotGroupStrictness Enumeration

Enumerates the strictness of the coupling between plot items into a plot group.

Namespace: Altaxo.Graph.Plot.Groups
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public enum PlotGroupStrictness
Members
Member nameValueDescription
Normal0 Only the properties are coupled by means of the plot group styles, like color and symbols.
Exact1 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.
Strict2 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