The product which I am using is the Teechart ActiveX 6.0.(IIS, Language : ASP)
I saw PieChart ColorGradient from the Chartgallery.
Like the Chartgallery it wants expressing.
It does how, one?
And the case where the data will be small
The mark piles up.
There is a method it will be able to solve?
ex)Data(%) : 28.12, 0.01, 0.02, 0.03, 10.2, 0.7. 31.5, 9.1, 19.9
The Method which it expresses with the pieChart Gradient
The Method which it expresses with the pieChart Gradient
Last edited by wisefn on Wed Feb 20, 2008 11:57 pm, edited 1 time in total.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi wisefn,
The images included in your post are not visible. Could you please check they are availalbe at the location you posted them and let us know when they are visible?
Thanks in advance.
The images included in your post are not visible. Could you please check they are availalbe at the location you posted them and let us know when they are visible?
Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
It was updated.
It was updated. Try to confirm again .
And..
The Annotation(or Series Marks) it uses the Arrow&Line and like the tip it wants using.
It does how, one?
And..
The Annotation(or Series Marks) it uses the Arrow&Line and like the tip it wants using.
It does how, one?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi wisefn,
Thanks for updating the files.
Anyway, using TeeChart Pro v6 ActiveX you can not use defined themes nor defined color palettes. For that you should upgrade to TeeChart Pro v8 ActiveX. In v6 you could achieve that manually adding the color for each slice when populating the pie.
Thanks in advance.
Thanks for updating the files.
First of all, notice that this pie in the gallery was plotted using TeeChart for .NET v3 so some of the effects here may not be achieved with the ActiveX version.I saw PieChart ColorGradient from the Chartgallery.
Like the Chartgallery it wants expressing.
It does how, one?
Anyway, using TeeChart Pro v6 ActiveX you can not use defined themes nor defined color palettes. For that you should upgrade to TeeChart Pro v8 ActiveX. In v6 you could achieve that manually adding the color for each slice when populating the pie.
Try toggling AutoMarkPosition property, for example:And the case where the data will be small
The mark piles up.
There is a method it will be able to solve?
Code: Select all
TChart1.Series(0).asPie.AutoMarkPosition = False
Sorry but I don't understand which is the exact problem or request. Could you please give us some more details?The Annotation(or Series Marks) it uses the Arrow&Line and like the tip it wants using.
It does how, one?
Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |