private static NColor ColorFromValue(double value) { return(NColor.InterpolateColors(NColor.Red, NColor.Blue, value / 100.0)); }