Gallery Chart from code

TeeChart for ActiveX, COM and ASP
Post Reply
Primi
Newbie
Newbie
Posts: 5
Joined: Wed Feb 29, 2012 12:00 am

Gallery Chart from code

Post by Primi » Wed Feb 29, 2012 4:03 pm

Hi,

My question is about if it is possible to show from code the gallery of charts that we can see with the module Editing => Changes.

If it is not possible, how can I determine (from code) if a type of chart is available for the introduced information?

Thanks.
Primi.

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

Re: Gallery Chart from code

Post by Yeray » Fri Mar 02, 2012 8:26 am

Hi
Primi wrote:My question is about if it is possible to show from code the gallery of charts that we can see with the module Editing => Changes.
Almost the same question was answered here:
http://www.teechart.net/support/viewtop ... 892#p15892
Primi wrote:If it is not possible, how can I determine (from code) if a type of chart is available for the introduced information?
I'm not sure to understand you. What conditions would make you choose a type or another?
If your data has X and Y values (or only one of them), the series type would probably be a Point, Line, Area, Pie, etc
If your data includes X, Y and Z, the series type would probably be one of the 3D series: Surface, ColorGrid, Contour or Point3D.
Would you like TeeChart to decide what series type is the most appropriate to graph a given data? I'm afraid this is not possible right now.
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

Primi
Newbie
Newbie
Posts: 5
Joined: Wed Feb 29, 2012 12:00 am

Re: Gallery Chart from code

Post by Primi » Mon Mar 05, 2012 7:16 am

Thanks Yeray,

You refer to a response of 2006 and I thought that there could be some upgrade who was contemplating this. I think it is important to be able to show the gallery directly to the user without giving option to other modifications. In addition in your gallery one does not lead to the types of chart that they are not compatible.

It is a pity to have to develop code for something that you have so well solved.

Best regards,
Primi.

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

Re: Gallery Chart from code

Post by Yeray » Tue Mar 06, 2012 12:39 pm

Hi Primi,

I've added it to the wish list to be implemented in future releases (TA05016069).
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