ElecNetKit.Graphing.AdaptiveGradients NamespaceElecNetKit Documentation
The ElecNetKit.Graphing.AdaptiveGradients namespace contains classes that provide Adaptive Gradient capabilities to electrical network graphs.
Classes

  ClassDescription
Public classAdaptiveGradient
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.
Public classAdaptiveGradientMap T 
Maps inputs to coloured objects based on an AdaptiveGradient.
Public classAdaptiveGradientMapBuilder
Public classAdaptiveGradientStop
Represents a Gradient Stop, comprised of a Color and an Anchor.
Public classMaxValue
Anchors a gradient stop at the Maximum value in the data set.
Public classMinValue
Anchors a gradient stop at the Minimum value in the data set.
Public classStaticValue
Anchors a gradient stop to a static value.
Interfaces

  InterfaceDescription
Public interfaceIAdaptiveGradientAnchor
An Adaptive Gradient Anchor. Adaptive Gradients use these to determine postition of Gradient Stops. IAdaptiveGradientAnchors process a data set and spit out a specific anchor value. Can be reset and used again.