private static void FillSetData(KagiChart kagi) { for (int i = 1; i <= 30; i++) { kagi.AddSet("3/" + i, rnd.Next(2400, 2800) / 100.0); } }