Credentials for Steema Soft- Charting (Urgent)

TeeChart for JavaScript for the HTML5 Canvas
Post Reply
FTIL
Newbie
Newbie
Posts: 1
Joined: Tue Sep 16, 2014 12:00 am

Credentials for Steema Soft- Charting (Urgent)

Post by FTIL » Mon Feb 09, 2015 5:34 am

Hi,

Please guide us on following points, its quite urgent.

1. Basic Drawing Tools: For any charting components basic drawing tools are bare minimum requirement e.g. Line, Rectangle, Eclipse tools etc. we are not able to find the option in code. Please let us know how we can draw Line, Rectangle, Eclipse Objects etc. on created chart.

2. Charting Drawing Tools: Please let us know how we can draw charting tools (Trend lines, Speed Lines, Fibonacci Arcs, Fibonacci Fan, Fibonacci Retracement, Fibonacci Time zones, Horizontal line, Free Hand draw etc.) on created chart.

3.Chart Types: Please let us know we can create different chart types e.g. Point & Figure, Renko, Kagi, Three line brake, Equivolume, Equivolume Shadow using HTML5 charting component.

Thank you in advance.

Regards,
Pooja Kunder

Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Credentials for Steema Soft- Charting (Urgent)

Post by Yeray » Mon Feb 09, 2015 4:05 pm

Hello Pooja Kunder,

Have you seen the reference demo? It includes examples showing how to use the majority of features supported in TeeChart Javascript / HTML5:
http://www.steema.com/files/public/teec ... 1.7/demos/
FTIL wrote:1. Basic Drawing Tools: For any charting components basic drawing tools are bare minimum requirement e.g. Line, Rectangle, Eclipse tools etc. we are not able to find the option in code. Please let us know how we can draw Line, Rectangle, Eclipse Objects etc. on created chart.
Take a look at the custom Painting example here:
http://www.steema.com/files/public/teec ... _paint.htm
FTIL wrote:2. Charting Drawing Tools: Please let us know how we can draw charting tools (Trend lines, Speed Lines, Fibonacci Arcs, Fibonacci Fan, Fibonacci Retracement, Fibonacci Time zones, Horizontal line, Free Hand draw etc.) on created chart.
The majority of features mentioned are functions you are probably using in other TeeChart products. Note TeeChart Javascript / HTML5 doesn't include functions for the moment.
However, you an calculate the function points from a source yourself and add them to a regular Line series.
FTIL wrote:3.Chart Types: Please let us know we can create different chart types e.g. Point & Figure, Renko, Kagi, Three line brake, Equivolume, Equivolume Shadow using HTML5 charting component.
You can see what are supported series in the demo mentioned above.
Also note there is a introductory demo with animations here:
http://www.steema.com/files/public/teec ... index.html

If you find there concrete feature, series or tool missing (or if you found a bug) in this TeeChart version or in any other, don't hesitate to create a ticket at the public tracker system:
http://bugs.teechart.net/
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply