gordon_freeman

Members
  • Content count

    4
  • Joined

  • Last visited

About gordon_freeman

  • Rank
    Forum Newbie
  1. Tooltip

    How to add a date to a tooltip? I have this: It is candlestick chart. I need to add a date infromation to each cadle item in tooltip. It should be like a "volume" attribute in <set>.
  2. more than one y-value for one x-value

    Thank you very much!!!
  3. more than one y-value for one x-value

    I need something like that Algorithm of chart shows x-values in serial, as values was inputed. (ex. 1 3 2 but not 1 2 3) And distance among values on X-axis is equal
  4. more than one y-value for one x-value

    I need to do chart which shows only markers(anchors). Some x values can have more than one y-value. Problem of showing only anchors I has solved using alpha parameter. But, when I was trying to do this using single series line chart, I realized that it doesn't support scale. For example distance from 1 to 1.1 such as from 1 to 2 on x-Axis. How I can set more than one y-value for one x-value?