I need a workaround this problem I have.
I need to plot various timeline indicators on my chart along with my line series. These indicators just have a date and they need to be plotted as a vertical line. Also it has to be plotted between the max and min limits of the y-axis. That means if the y-axis has a max value of 100 and min value of -20, then the vertical line be drawn at a specific date point on x-axis starting at 100 and end at -20.
Currently I am plotting it as a columnType, but would like to see any other work around to make it a line series. thanks.
Hello Shashidhar,
Thank you for contacting Infragistics!
You may use our Financial Indicators. Financial Indicators use Hairline column mode if the series' displayType option is set to "column". For more information, you my refer to the following sample:
http://jsfiddle.net/Pkm4M/7/
Please let me know if the sample demonstrates the behavior you have in mind. If you have any questions, please let me know as well.
Seems very close to what I want.
But I am having hard time implementing it. I have max and min values to plot this chart. And it needs much more (open, close, high, low, value). Could you just show me how to plot this series with just a high and low values being it's boundaries. Thanks much.