AdaptiveGradientStop Anchor Property ElecNetKit Documentation
The location of the color stop. Because it's an *Adaptive* Gradient, can be anything that implements the IAdaptiveGradientAnchor interface (any function of a dataset).

Namespace: ElecNetKit.Graphing.AdaptiveGradients
Assembly: ElecNetKit.Graphing (in ElecNetKit.Graphing.dll) Version: 1.1.4771.27373 (1.1.0.0)
Syntax

public IAdaptiveGradientAnchor Anchor { get; private set; }
See Also