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.3572.0 (4.8.3572.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.

The PlotGroupStrictness type exposes the following members.

Extension Methods
 NameDescription
Public Extension MethodIsT Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions)
Public Extension MethodWithClearedFlagT Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions)
Public Extension MethodWithFlagT Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions)
Public Extension MethodWithSetFlagT Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions)
Top
See Also