Is the SAR function working in the latest release? I notice that if I change the Acceleration Factor the chart does not change. Same thing happens in the VS2010 demo program.
This is a screenshot of the SAR function in your demo. I have changed the number of points from 10 to 50. The top image has the default .02 Acceleration factor. The second image has an Acceleration Factor of .05. The chart does not change at all. Likewise, in my application when I draw a new SAR with .02 and then draw a second one with .05, the resulting lines match, with no differences.
For one last question, I would like to get this to show up as points, not a line connecting the points. Do you have an easy way to do that? I did not see anything in the code in the sample that produced the points.
SAR Function working?
Re: SAR Function working?
Hello dave,
The first image acceleration factor is 0.5 and in second is 0.2 and results are different for me. Could you please, check if in last version of Teechart.Net works as you expected?
Thanks,
Using demo example and zooming a zone I have gotten next images, using last version of Teechart.Net :Is the SAR function working in the latest release? I notice that if I change the Acceleration Factor the chart does not change. Same thing happens in the VS2010 demo program.
This is a screenshot of the SAR function in your demo. I have changed the number of points from 10 to 50. The top image has the default .02 Acceleration factor. The second image has an Acceleration Factor of .05. The chart does not change at all. Likewise, in my application when I draw a new SAR with .02 and then draw a second one with .05, the resulting lines match, with no differences.
The first image acceleration factor is 0.5 and in second is 0.2 and results are different for me. Could you please, check if in last version of Teechart.Net works as you expected?
If you want see only pointer of line you can set the Line Pen not visible, as do next:For one last question, I would like to get this to show up as points, not a line connecting the points. Do you have an easy way to do that? I did not see anything in the code in the sample that produced the points.
Code: Select all
line1.LinePen.Visible= false;
Thanks,
Best Regards,
Sandra Pazos / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |