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
Walls Property
Re: Walls Property
Hello Simo,
You can change the wall to run time using for example next line of code:
Thanks,
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 |
Instructions - How to post in this forum |