|
finance chart |
Posted by Mohamed Wahab on Nov-15-2012 20:27 |
|
we use your chart and we didn't know control time with our data
we insert time as format "yyyyy,MM,dd"
and chart not control time ??
we use this chart
http://www.advsofteng.com/gallery_finance.html |
Re: finance chart |
Posted by Mohamed Wahab on Nov-16-2012 19:16 |
|
many many thanks peter the chart is drew |
Re: finance chart |
Posted by Mohamed Wahab on Nov-16-2012 19:21 |
|
and i want to ask another question how to resize this chart
am use c.setsize(width,hight) .. and not control ..
what solution |
Re: finance chart |
Posted by Peter Kwan on Nov-17-2012 01:33 |
|
Hi Mohamed,
For a FinanceChart, to resize a chart that has already been drawn, simply calling the same charting code again using new size. There is a sample code "Interactive Financial Chart" included in ChartDirector, in which the chart can displayed in several size:
http://www.advsofteng.com/finance_demo.html
The charting code function just draws the chart in the selected size, so it is virtually the same as a fixed size chart. If the selected size change, the sample code just calls the charting code function again, so resizing is extremely simple and does not need additional charting code.
Hope this can help.
Regards
Peter Kwan |
Re: finance chart |
Posted by Mohamed Wahab on Nov-18-2012 15:30 |
|
very very thanks to you Peter
best wishes |
|