Walls Property

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Simo
Newbie
Newbie
Posts: 5
Joined: Thu Jan 10, 2013 12:00 am

Walls Property

Post by Simo » Wed Mar 06, 2013 1:39 pm

Hello,

The Property "WALLS" of TChart is missing in WPF!
I can only see it in WindForms and use in the Code-Behind in WPF!
Is it possible to use this property in xaml????

Best regards
Simo

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Walls Property

Post by Sandra » Wed Mar 06, 2013 4:22 pm

Hello Simo,

You can change the wall to run time using for example next line of code:

Code: Select all

            tChart1.Walls.Back.Visible = false;


Thanks,
Best Regards,
Sandra Pazos / 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