473,796 Members | 2,679 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Creating High Quality Image in .NET GDI+

Hi All,
I am trying to create some Chart in C#. But When i compare them to
proffesional charting tools the look and feel is just not up to the
mark. Can you please guide what i might be doing wrong?? Is it at all
possible to create real high quality images in C#. Should i start using
C++ and windows API's to create images??

Please Advice.

Thanks
Apratim

Nov 18 '05 #1
4 4524
Are you familiar with concepts such as anti-aliasing? All the big guys all
offer that as an option, that's the first thing that comes to mind in terms
of "beauty" of graphs. On another note, unless money is a problem, I'd
recommend just using Dundas any day of the week - it would take you years to
replicate their functionality and I LOVE their control.

Craig

"Rahul" <ap******@gmail .com> wrote in message
news:11******** *************@g 43g2000cwa.goog legroups.com...
Hi All,
I am trying to create some Chart in C#. But When i compare them to
proffesional charting tools the look and feel is just not up to the
mark. Can you please guide what i might be doing wrong?? Is it at all
possible to create real high quality images in C#. Should i start using
C++ and windows API's to create images??

Please Advice.

Thanks
Apratim

Nov 18 '05 #2
Hi Craig,
Thanks for you reply. I have tried it all.... SmoothingMode,
PixelOffsetMode , Resolutions. But still i cannot get the desired
effect.
I have tried Dundas and ChartFX. I love both of them and really there
is no way i am going to be getting anywhere close to their
functionality side. But i am buiding this for a Product and my managers
want everything to be either opensource or developed by us.

So in this case i am just trying to imitate the looks of dundas/ChartFX
@ this point. Anyhelp will be really appreciated. Also if you think i
should read some book which explained Advanced techniques on GDI+ layer
that will be great as well.
Thanks Again,
Rahul

Nov 21 '05 #3
Have you tried ZedGraph

http://zedgraph.sourceforge.net/

I don't know if it is as good as other comercial charting libraries, but
it's open source
Nov 21 '05 #4

Hi Rahul,

You can try Nevron Chart for .NET. The component delivers rich charting
functionality suitable for presentation, scientific, financial and
business charts. Nevron Chart for .NET supports GDI+ and OpenGL
rendering. There is a fully featured evaluation version.

Now you can download the new Beta version of Nevron Chart for .NET v4.0
from:
http://www.nevron.com/Downloads.aspx...&downloadID=27

The licensed version of the Nevron Chart for .NET is royalty free for
use in compiled applications only. There is Source Code license which
includes the full Source Code of the Nevron Chart including all
additional resources needed to compile the product (images, resources
etc.). You are also granted the right to view, modify and extend the
Source Code in order to meet any type of additional functionality
required by your applications. You may distribute the Source Code in
compiled form only with your applications.

Please feel free to contact me if you need aditional information.

Sincerely,
Christo Bahchevanov
Nevron LLC - Visualize Your Success
Email: ch*****@nevron. com, sa***@nevron.co m
http://www.nevron.com

Nov 21 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
561
by: Altramagnus | last post by:
I have 30 - 40 type of different window. For each type I need about 20 instances of the window. When I try to create them, I get "Error creating window handle" My guess is there is a maximum number of window handle, because if I reduce to about 2 instances of each window, it can run. But not 20 instances of each window. Does anyone know what the problem is? is it really because it exceeds the maximum number of window handle?
2
2940
by: Travis | last post by:
Hi everyone, I'm using the System.Drawing.Imaging.Bitmap to retrieve and modify the metadata tags (user comments, keywords etc) of JPEGS. I was wondering if changing these tags in any way degrades the image quality of the JPEG. I am using SetPropertyItem to change the tag value and then calling the Save method to save the JPEG under a different name (you have to do this because GDI holds a lock on the original file).... If there is...
6
2506
by: Chris D | last post by:
Hi, I have an application where a user uploads an image and I create two thumbnails. One a small image and the second is a larger image but still smaller then the original. I store these in SQL 2000 server. The quality of the small thumbnail is ok, but the quality of the larger image is terrible. I tried both Jpeg and Gif formats and there is no difference.
7
2200
by: somequestion | last post by:
System.Drawing.Image newImage = Bitmap(....) newImage.Save(destinationPath, ImageFormat.Jpeg); this image resolution is very low i'd like to make high quality image so i change ImageFormat.Bmp or Tiff but it too big....maybe more than 10 times of original image my goal is low image size and high quality....how can i do?
3
1813
by: engwar | last post by:
I'm writing some file upload code using C# for users on my website. If the image is too large I want to resize it smaller to a thumbnail size. It's working fine for jpegs but the thumbnails of the gifs look pretty bad. I assume it's something to do with the color palette. I don't know a whole lot about graphics programming. Can anyone assist? Here's the code I'm currently using.
3
3322
by: k | last post by:
Hi, I'm trying to migrate from Java to C# and have encountered a problem. I can't seem to find a way to create (ultra)condensed fonts for later use in a program. In Java I had a really nice method some_font.deriveFont(AffineTransform), which would return a new font. (AffineTransform was just a simple 3x3 matrix) I'll be most grateful for the help.
4
6569
by: dean.greg | last post by:
Im looking for a way to generate thumbnails from an image as fast as possible. Currently I'm using GDI+ however going from 1024x768 to 100x100 takes too long. I'd imagine the whole process can be optimized by using hardware acceleration (ie DirectX), however I am not all that familar with the DirectX API. What I'm looking for is some direction, or even some sample/psuedo code, that might point me in the right direction. If not...
11
9822
by: Usenet User | last post by:
..NET 1.1/2.0 I have a need to display high-resolution scrollable images in a .NET application (Windows Forms). One well known solution is to create a Panel with AutoScroll set to "true" and then add a PictureBox or another Panel to it, that is used to display the image. The above approach works, however, to my surprise, .NET GDI+-based graphics are not really hi-res friendly.
8
2386
by: JJ | last post by:
Whilst I am resizing images I am losing quality. This is only happening in small amounts, but if you repeatedly put the same image through the following code, the image quality slowly degrades. Can anyone spot why this may be happening? Should it only deteriate once upon intitially going through this procedure? The deterioration is subtle, but after a few iterations is quite noticeable..: private static System.Drawing.Image...
0
9535
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10465
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10242
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10021
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7558
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6800
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5582
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4127
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3744
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.