Group: Forum Members
Last Active: 6 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 27% of original size (was 1920x1080) - Click to enlarge 
|
Group: Forum Members
Last Active: Last Month
Posts: 3,055,
Visits: 4,055
|
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
|