AdaptiveGradient ProcessData Method ElecNetKit Documentation
Takes a piece of data to adapt the gradient to, and sends it to all child AdaptiveGradientStops, for adaptation to the new data.

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

public void ProcessData(
	double data
)
See Also