I've the following code to initial line series:
Code: Select all
line1.Clear();
line1.Add(4.48E-13, "AK945");
line1.Add(4.336E-13, "AK95P");
line1.Add(3.508E-13, "AK98Q");
line1.Add(4.724E-13, "AK9GG");
line1.Add(8.232E-13, "AK974");
line1.Add(4.476E-13, "AK9J0");
line1.Add(4.512E-13, "AK95T");
line1.Add(3.152E-13, "AK977");
line1.Add(2.976E-13, "AK95Y");
line1.Add(2.98E-13, "AK99W");
line1.Add(3.496E-13, "AK9FF");
The is very serious issue for my product. Customer is complain about it still.
- Erison