Hi Experts,
I want to use a TriangulatedSurfaceChart where the actual data points are shown in the Chart.
To do so, I use:
NTriangulatedSurfaceSeries surface = (NTriangulatedSurfaceSeries)nChartControl1.Charts[0].Series[0];
surface.FrameMode = SurfaceFrameMode.
Dots;
Basically, this is working fine. But unfortunatly the
dot size is very small - sometimes it is very hard to see the
dot at all.
So I would like to change the
dot size and colour - how can I do that?
Thanks a lot,
Sincerely,
Joern