Hi,
We are using the WPF charting control (NChartControl) and am attempting to do some style adjustments to fit in with the style of the application.
1) We have a surface mesh plot (3d with NGridSurfaceSeries). The control has a 3d style border around it. We would like to remove this border. Our graph has a black background and this border does not look good with it.
2) We have a 2D vector plot (NVectorSeries). I was unable to find a way to make the background black. It also has a border around the control I would like to remove.
I'm sure these things are simple to do, but I haven't stumbled across how.
Thanks