Provides functions for building gradients around data. Colours can be
anchored to not only fixed data points (see StaticValue),
but also to the minimum value (MinValue) and maximum value
(MaxValue) of the data-set, for example.
Inheritance Hierarchy


ElecNetKit.Graphing.AdaptiveGradients AdaptiveGradient
Namespace: ElecNetKit.Graphing.AdaptiveGradients
Assembly: ElecNetKit.Graphing (in ElecNetKit.Graphing.dll) Version: 1.1.4771.27373 (1.1.0.0)
Syntax
public class AdaptiveGradient : List<AdaptiveGradientStop>
See Also