Page 1 of 1

Walls Property

Posted: Wed Mar 06, 2013 1:39 pm
by 15664627
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

Re: Walls Property

Posted: Wed Mar 06, 2013 4:22 pm
by 10050769
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,