ChartControl Border


https://www.nevron.com/Forum/Topic12569.aspx
Print Topic | Close Window

By Manal Goyal - 6 Years Ago
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
By Nevron Support - 6 Years Ago
Hi Manal,
You need to disable the background frame in this case- you can use the following code:
nChartControl1.BackgroundStyle.FrameStyle.Visible = false;