Profile Picture

Change Dot Size for TriangulatedSurfaceChart

Posted By joern kunze 9 Years Ago
Author
Message
joern kunze
Posted 9 Years Ago
View Quick Profile
Junior Member

Junior Member (13 reputation)Junior Member (13 reputation)Junior Member (13 reputation)Junior Member (13 reputation)Junior Member (13 reputation)Junior Member (13 reputation)Junior Member (13 reputation)Junior Member (13 reputation)Junior Member (13 reputation)

Group: Forum Members
Last Active: 3 Months Ago
Posts: 86, Visits: 221
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




Similar Topics


Reading This Topic