Esempio n. 1
0
        public override void AddValue(Base.DataPointXYModel <string, decimal> value, string color)
        {
            this.Data.Add(value);

            if (this.BackgroundColor == null)
            {
                this.BackgroundColor = new List <string>();
            }
            this.BackgroundColor.Add(color);
        }
 public override void AddValue(Base.DataPointXYModel <string, decimal> value, string color)
 {
     this.Data.Add(value);
 }