Search found 5 matches
- Thu Oct 19, 2023 5:18 am
- Forum: .NET
- Topic: Questions regarding export charts to various formats
- Replies: 10
- Views: 28368
Re: Questions regarding export charts to various formats
Returning to the lines connection issue. linePen_with_endGap.png I've tried to set line1.LinePen.EndCap = System.Drawing.Drawing2D.LineCap.Round; but couldn't achieve that lines would look more properly connected. Maybe there is some combination that prevents rounding the end cap settings? Attached ...
- Mon Oct 09, 2023 12:12 pm
- Forum: .NET
- Topic: Questions regarding export charts to various formats
- Replies: 10
- Views: 28368
Re: Questions regarding export charts to various formats
Could not add a bar chart example in an earlier post (I guess file limitation to attach). bars_issueRelated.png a) The line color is different depending on the format. How to ensure the same color? b) For a 3D bar chart, the grid two-line connection has white space between them. Are there any option...
- Mon Oct 09, 2023 12:04 pm
- Forum: .NET
- Topic: Questions regarding export charts to various formats
- Replies: 10
- Views: 28368
Re: Questions regarding export charts to various formats
In my previous reply, I exported a template with data. Is it enough to reproduce the issue regarding additional vertical lines in SVG export? I have another example, probably related to the same issue. I have tried to generate JPEG and SVG and it has a huge difference. Do we need to set up a differe...
- Thu Oct 05, 2023 1:18 pm
- Forum: .NET
- Topic: Questions regarding export charts to various formats
- Replies: 10
- Views: 28368
Re: Questions regarding export charts to various formats
You have reported on several image types. Do you have a preference for a format to use? Vector format: EPS or SVG Re. 4 Some code to help reproduce the output t in your attached image would help us get nearer to the case of the issue. Exported chart template and data - I hope it will help to find t...
- Mon Oct 02, 2023 9:21 am
- Forum: .NET
- Topic: Questions regarding export charts to various formats
- Replies: 10
- Views: 28368
Questions regarding export charts to various formats
Hello, We started to develop charts and have some questions regarding export: 1) For generating charts, we have strict rules, like which font size, line weight, etc. should be in some of them. We would like, that for previewing and for printing the image would not pixelate - we need to scale such im...