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

Message ListMessage List     Post MessagePost Message

  Point And Figure
Posted by Mudassir Khan on Feb-13-2007 22:11
Awsome control but miss the hotest thing Point And Figure.Why?When to come?
You must embedd this in your control because its really getting hot type analysis.

  Re: Point And Figure
Posted by Peter Kwan on Feb-14-2007 03:54
Attachments:
Hi Mudassir,

The Point and Figure chart can be created by using scatter layers. Basically, you need two scatter layers, one for the "O" symbols and one for the "X" symbols. The key step is to write some code to generate the (x, y) coordinates of the "O" and "X" using the financial data.

In the past, some of our customers have done similar things. I have attached a ASP.NET/VB.NET sample for your reference. (It is the only sample I have.) It takes around 50 lines of code in VB.NET to generate the coordinates of the symbols.

Hope this can help.

Regards
Peter Kwan
pointfigure.zip
pointfigure.zip

1.50 Kb
    
pointfigure.png