Group: Forum Members
Last Active: 13 Years Ago
Posts: 6,
Visits: 1
|
Hi,
I'm trying to export a chart to a file which works as expected, except that I'm getting a 1 pixel black border around the image. Is there a way to get rid of this? I expect this to be the border of the ChartControl but haven't found a way yet to configure this in code.
Kind Regards, Matthias.
|
Group: Forum Members
Last Active: Last Week
Posts: 3,054,
Visits: 4,009
|
Hi Matthias, You can remove the black border with the following code: NChartControl1.BackgroundStyle.FrameStyle.Visible = false;
Best Regards, Nevron Support Team
|
Group: Forum Members
Last Active: 13 Years Ago
Posts: 6,
Visits: 1
|
That did the trick. Thanks.
|