Designates the usage of a color in plot styles.
            
Namespace: Altaxo.Graph.Plot.GroupsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
Members| Member name | Value | Description | 
|---|
| Dependent | 0 | 
            Fully dependent color. Must be a member of a plot color set. Act both as color provider and color receiver.
             | 
| Independent | 1 | 
            Fully independent color. Is neither a provider of the color nor a receiver.
             | 
| PreserveAlpha | 2 | 
            Dependent color. Can not be a provider. When receiving the color from other providers, the alpha value of the original color is preserved.
            This means that therefrom resulting color is probably not a plot color, and has no parent color set (this is the reason that the color can not act as provider).
             | 
See Also