Plot |
public enum PlotGroupStrictness
| 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. |
The PlotGroupStrictness type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |