-
I found a work around to the problem.
Basically use CoordType.XChartFractionYScale and the x coordinate is just (double)(the current index of the list of points)/(the total number of points).
It's just creating a proportion so for the first 5th bar in a series of 26, the xchartfraction would be ("Trade", (double)5/26,high,Coordtype.XChartFractionYScale);
where high (price) is...
2009-06-29 14:47:41 UTC in ZedGraph
-
It works with older 5.+ versions. I submitted this as a bug to the bug tracker.
2009-06-26 16:59:00 UTC in ZedGraph
-
Copy and pasted candlestick demo into .NET for zedgraph 5.1.4 and 5.1.4 and it did not work. Had to revert to 5.0.6 in order to get candlestick charting working. I am not sure at which version the candlesticks stopped working.
2009-06-26 16:01:34 UTC in ZedGraph
-
The Candlestick demo is not drawing any candlesticks for me. Any tips? The other demos work fine for me...
2009-06-26 05:03:05 UTC in ZedGraph
-
I'm literally copy and pasting the candlestick demo but none of the bars get drawn. The other examples work fine.
Any tips?.
2009-06-26 04:59:59 UTC in ZedGraph