Hello Dear Support,
Let's say I have opened a chart and created following IChartObject in Standalone API:
IChartObject obj = chart.getChartObjectFactory().createHorizontalLine();
Now, I would like to click left mouse somwehere on the chart and place the obj on it. Is there, in Standalone API, a method allowing me to do that?
I know there is a method
chart.addToMainChart(obj)
but in such case I need to determine the price before I call the method.
If there is no such method are you planning to add something like this to your API?
And one last question - could you please advice how to add mouse action listener to the IChart ?
Thanks in advance and best regards,
Kurak