Hi Steema,
please Suggest any way to make look and feel of chart more charming and pleasing and make chart border round etc.
Thanks
PlanoResearch
Chart Look and Feel
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Chart Look and Feel
Hi PlanoResearch,
I'd also recommend you to have a look at the examples at the features demo to see if there's any that you like and copy its style. Also, if there's anything specific you can't figure out how to change or any request about a specific series style, please let us know and we will try to assist you.
This is rather subjective. However, it's true that there's a lot of things that can be done on this field. Have you checked the themes built in TeeChart, for example:please Suggest any way to make look and feel of chart more charming and pleasing
Code: Select all
Steema.TeeChart.Themes.BlackIsBackTheme myTheme = new Steema.TeeChart.Themes.BlackIsBackTheme(tChart1.Chart);
myTheme.Apply();
Try this:and make chart border round etc.
Code: Select all
tChart1.Panel.BorderRound = 20;
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 |