Chart Look and Feel

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
amol
Advanced
Posts: 231
Joined: Tue Mar 29, 2005 5:00 am

Chart Look and Feel

Post by amol » Fri Dec 05, 2014 6:27 am

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: Chart Look and Feel

Post by Narcís » Fri Dec 05, 2014 10:08 am

Hi PlanoResearch,
please Suggest any way to make look and feel of chart more charming and pleasing
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:

Code: Select all

      Steema.TeeChart.Themes.BlackIsBackTheme myTheme = new Steema.TeeChart.Themes.BlackIsBackTheme(tChart1.Chart);
      myTheme.Apply();
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.
and make chart border round etc.
Try this:

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
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply