| 16 | #region Fields |
| 17 | |
| 18 | private struct days |
| 19 | { |
| 20 | public int bar; |
| 21 | public string label; |
| 22 | public decimal price1; |
| 23 | public decimal price2; |
| 24 | public Color c; |
| 25 | } |
| 26 | private List<days> lsDays = new List<days>(); |
| 27 | private int iBarHigh = 90; |
| 28 | private int iBarWidth = 13; |
nothing calls this directly
no outgoing calls
no test coverage detected