Example #1
0
 public float Add(float value, string graphName, string valueLabel, string color, bool showValue = true)
 {
     return(Add(value, graphName, valueLabel, Colors.Parse(color), showValue));
 }