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.
Gallery Chart from code
Re: Gallery Chart from code
Hi
http://www.teechart.net/support/viewtop ... 892#p15892
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.
Almost the same question was answered here: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.
http://www.teechart.net/support/viewtop ... 892#p15892
I'm not sure to understand you. What conditions would make you choose a type or another?Primi wrote:If it is not possible, how can I determine (from code) if a type of chart is available for the introduced information?
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Gallery Chart from code
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.
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.
Re: Gallery Chart from code
Hi Primi,
I've added it to the wish list to be implemented in future releases (TA05016069).
I've added it to the wish list to be implemented in future releases (TA05016069).
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |