Group: Forum Members
Last Active: 5 Years Ago
Posts: 29,
Visits: 405
|
Hi Team, I see that nChartControl when drawn on the wpf application comes with its own border, I was wondering if there is a way to disable this border. As it looks really annoying in my application to see that border. Please refer to the pic attached to see what I am talking about. Thank you Manal
|
Group: Forum Members
Last Active: 13 hours ago
Posts: 3,054,
Visits: 4,009
|
Hi Manal, You need to disable the background frame in this case- you can use the following code: nChartControl1.BackgroundStyle.FrameStyle.Visible = false;
Best Regards, Nevron Support Team
|