Hi,
Is it possible to customize the background color of teechart (not the available TChart theme support).I am using teechart for wpf.
Thanks,
Vijay.
Customizing TeeChart Background.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Vijay,
Yes, you can do something like this:
Yes, you can do something like this:
Code: Select all
tChart1.Panel.Gradient.Visible = false;
tChart1.Panel.Color = Color.Red;
tChart1.Walls.Back.Visible = false;
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 |