PDFsharp & MigraDoc Foundation

PDFsharp - A .NET library for processing PDF & MigraDoc Foundation - Creating documents on the fly
It is currently Thu Mar 28, 2024 9:54 pm

All times are UTC


Forum rules


Please read this before posting on this forum: Forum Rules



Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: Thu Jun 15, 2017 2:25 pm 
Offline

Joined: Thu Jun 15, 2017 2:20 pm
Posts: 4
Hi, I'm creating line graphs using MigraDoc in C# and I'm wondering if it's possible to remove the large circles that show up on the graphs for each data point. Essentially I just want the line itself. Here's an image showing what it currently looks like, and as you can see, it's tough to understand with the large circles at every point:

Image

Pretty sure I'm using the WPF version, and I've built from the source code. Looks like I'm using 1.32.


Top
 Profile  
Reply with quote  
PostPosted: Thu Jul 06, 2017 1:50 pm 
Offline

Joined: Thu Jun 15, 2017 2:20 pm
Posts: 4
Well, I managed to figure this one out myself by looking at the MigraDoc source. If anyone else comes here with this question, here's the answer:

series.MarkerStyle = MarkerStyle.None;

Easy! There are quite a few marker options, and they're all listed in an enum in the file MarkerStyle.cs.


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 120 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Privacy Policy, Data Protection Declaration, Impressum
Powered by phpBB® Forum Software © phpBB Group