praeclarum / NGraphics

NGraphics is a cross platform library for rendering vector graphics on .NET. It provides a unified API for both immediate and retained mode graphics using high quality native renderers.
MIT License
705 stars 133 forks source link

Best library to build a chart like an image #102

Open Meenakshise opened 5 years ago

Meenakshise commented 5 years ago

Hi, We have to create a new chart with the attached template. could you please suggest me which library would be best to use for the chart. Quality of the image should not distort when it is viewed in laptop or ipad or ipod. please suggest a library. Earlier we were using system.drawing. But now we are trying the revamp the whole code to use a better approach. Please advise us.

Meenakshise commented 5 years ago

image

Meenakshise commented 5 years ago

C# should build this image using any library. All these has to be flexible. Not should be harded. Means chart is purely configurable. Based upon the configuration the rendering varies.

Meenakshise commented 5 years ago

Also this should be an vector image format.

BlueRaja commented 5 years ago

This is the completely wrong place to ask that