Share

ZedGraph

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

DateAsOrdinal problem

You are viewing a single message from this topic. View all messages.

  1. 2009-06-29 14:47:41 UTC
    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 the y value.
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.