ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  Chart in Chart (identical)
Posted by Rhaone on Oct-28-2013 21:01
Attachments:
I think that my problem is simply ... but I need a light from my friends ...
grafico 2013-10-18 032616 (2013-04-08 CPLE6  Diario)b.PNG

  Re: Chart in Chart (identical)
Posted by Rhaone on Oct-29-2013 00:36
Attachments:
Other example ...
grafico 2013-10-18 032411 (2013-04-08 MMXM3  Diario)Bb.PNG

  Re: Chart in Chart (identical)
Posted by Peter Kwan on Oct-29-2013 01:49
Hi Rhaone,

You may start the line at any place you like. The exact code depends on the type of x-coordinates you are using. If you are not using x-coordinates for your data at all, you can insert NoValue in your data array. There is an example included in ChartDirector. See:

http://www.advsofteng.com/doc/cdphp.htm#missingpoints.htm

If you are using x-coordinates for your data points, you can just specify the x-coordinate of the first point at the position you want. There is an example included in ChartDirector. See:

http://www.advsofteng.com/doc/cdphp.htm#unevenpoints.htm

Hope this can help.

Regards
Peter Kwan

  Re: Chart in Chart (identical)
Posted by Peter Kwan on Oct-29-2013 01:45
Hi Rhaone,

You may use MultiChart or DrawArea.merge to merge two charts together. An example is:

.... create two chart objects $bigChart and $smallChart as usual

#put $smallChart at (400, 100) of the $bigChart
$bigChart->makeChart3($smallChart->makeChart3(), 400, 100, TopLeft, 0);

Hope this can help.

Regards
Peter Kwan

  Re: Chart in Chart (identical)
Posted by Rhaone on Oct-29-2013 08:15
Thank you ... I wil try ... good night ...