The ElecNetKit.Graphing.AdaptiveGradients namespace
contains classes that provide Adaptive Gradient capabilities to
electrical network graphs.
Classes
Class | Description | |
---|---|---|
![]() | AdaptiveGradient |
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.
|
![]() | AdaptiveGradientMap T |
Maps inputs to coloured objects based on an AdaptiveGradient.
|
![]() | AdaptiveGradientMapBuilder |
Builds AdaptiveGradientMap T s from AdaptiveGradients.
|
![]() | AdaptiveGradientStop | |
![]() | MaxValue |
Anchors a gradient stop at the Maximum value in the data set.
|
![]() | MinValue |
Anchors a gradient stop at the Minimum value in the data set.
|
![]() | StaticValue |
Anchors a gradient stop to a static value.
|
Interfaces
Interface | Description | |
---|---|---|
![]() | IAdaptiveGradientAnchor |
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.
|