473,799 Members | 3,858 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

.NET Chart

Hi All,
I wonder that doesn't .NET has a chart control. I don't want to use
ReportViewer.
I look a chart control like Microsoft Chart Control in .NET. (Not COM
Object)

Sep 24 '06 #1
4 1647
Hello Erencan,

Look there http://www.componentsource.com/

ESHi All,
ESI wonder that doesn't .NET has a chart control. I don't want to use
ESReportViewer.
ESI look a chart control like Microsoft Chart Control in .NET. (Not
ESCOM
ESObject)
---
WBR,
Michael Nemtsev :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
Sep 24 '06 #2

Hello Erencan,

I would like to invite you to download and try Nevron Chart for .NET
Our .net charting package includes both Windows Forms and Web Forms
(ASP.NET) and I am sure that you will like the full set of charting
types, the speed and presentation quality.

Nevron Chart for .NET is part of the suite Nevron .NET Vision. The
suite includes Nevron Chart, Diagram and User Interface for .NET
The evaluation version is fully-functional and there is no time
expiration.

You can download and test the evaluation version: www.nevron.com

Nevron Chart for .NET is available in 3 different editions to meet your
specific needs:
http://www.nevron.com/Charting.aspx?...tDotNetFeaturs

Hope I helped.
Please let me know if you have any questions or comments regarding the
charting package. I will be glad to assist you.

Best regards,
Christo Bahchevanov
Nevron - Visualize Your Success
Email: ch*****@nevron. com, sa***@nevron.co m

www.nevron.com

Sep 25 '06 #3
DOK
Christo, you might want to do a little more work on your website. I
tried to view the online demo pages with Firefox, and the pages were
distorted and partially unusable. Strike one.

So, I switched to using Internet Explorer and was clicking around
looking at the various types of charts and graphs. On one, I got the
default ASP.Net error page "Server Error in '/NChartServerExa mples'
Application.
--------------------------------------------------------------------------------

Runtime Error ....."

Strike two.

Anybody with these serious flaws on their website may have a hard time
peddling their product.

Oct 16 '06 #4
Hi,

You could try Super 2d/3d Graph Library from Software Siglo XXI.
Download free trial from
http://www.softwaresigloxxi.com/Supe...phLibrary.html

Super 2d/3d Graph Library is a powerful and easy to use, 100% .NET
library for chart drawing on web or desktop applications.

Super 2d/3d Graph Library is probably the best .NET charting component
for most users: only 37$, royalty-free, free email support, same
component for web and winforms applications, high degree of
personalization , more than 28 different chart styles (2D/3D), advanced
features such as ClearType support, antialiasing, high resolution
rendering (eg. 300 dpi), additional calculations, and more!
On 24 sep, 16:02, "Erencan SAŠIROŠLU" <erenc...@hotma il.comwrote:
Hi All,
I wonder that doesn't .NET has achartcontrol. I don't want to use
ReportViewer.
I look achartcontrol like MicrosoftChartC ontrol in .NET. (Not COM
Object)
Nov 22 '06 #5

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

Similar topics

1
12539
by: Brian Shade | last post by:
Hi all. I am having a bit of a problem with my Perl script and the creation of a chart. I can create the chart and create a new SeriesCollection. I then specify the XValues and the Values parameter of the first SeriesCollection object. I add another SeriesCollection, but I am only able to set the XValues and I get the following error when I try to set the Values parameter: OLE exception from "Microsoft Office Excel": Unable to set the...
8
5710
by: Prabhakar | last post by:
Friends, I have been migrating ASP applications from IIS4.0/NT4.0 to IIS5.0/W2K. All the applications working perfectly except one. This particular application will make use of asp chart object. Sub BuildGraph(rate(), name,color,chartHight,chartWidth)
1
2198
by: Jim | last post by:
I have this chart on a form. I'm trying to get this chart to render only if the user chooses to do so. This because of that the chart is quite complex and takes some time to render. I know that I probably should put it on a report and call that report from the form but for various reasons I need the chart on this form. In a table bound to this form I have a Yes/No field and then from a checkbox the user should get to choose if the form is...
22
6801
by: PeteCresswell | last post by:
I've been to http://msdn.microsoft.com/library/default.asp?url=/library/en-us/mschrt/html/vbobjtitleobject.asp, but still don't have a clue. For example, I've got a chart object namde 'grphStats' in a form named frmChart. ?Forms!frmChart!grphStats.Name returns "grphStats" as expected, but I can't get any further.
3
3437
by: StBond | last post by:
Hi everyone, I am new to Access and Visual Basic so things my be getting across a bit cloudy. I only started using VB for one week. I am having a little problem with the database that I am working on. I am working with MS Access 2002. And I am having a problem with one of my charts. I will explain how everything is laid out then go into details.
9
3095
by: Patrick.O.Ige | last post by:
I have a code below and its a PIE & BAR CHART. The values now are all static but I want to be able to pull the values from a database. Can you guys give me some ideas to do this? Thanks Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load 'Declare your object variables
1
7641
by: Robin Tucker | last post by:
Heres and interesting problem: I have a VB.NET program that creates reports via. Word Automation. This all works fine. What I want to do as part of this report generation process is to embed a graph/chart within the report, once again from VB.NET. I have chosen to use Excel.Chart.8. So, to embed I do this from VB.NET: Dim theNewShape As InlineShape = m_Document.InlineShapes.AddOLEObject (ClassType:="Excel.Chart", _
1
3847
by: Scott H. | last post by:
Hello: I am trying to use Crystal Reports from VS.NET 2003 to produce a simple line chart, where the x axis represents the number of measurements taken and the y axis represents the range of measurement values. There are two sets of points or measurements, so I would like a line on the chart for each set of values (two lines). I can produce the line chart on a VB.NET form correctly using an Infragistics UltraChart obeject. The data...
1
3173
by: Saintor | last post by:
This is for A97 in runtime or MDE mode. My intent was to define a temporary query using the recordsetclone property / filter / orderby. The controlsource of my chart would be based on a grouped query based on this temporary query. Is this the best way or is there another one more efficient? Is it possible in a runtime environment to change the format of an axis (by Week ---> by Month) or the chart controlsource on report opening?
1
5012
by: cubekid | last post by:
I am using OWC 11 in my new web application for displaying charts. Is it possible in OWC 11 to combine and display a column and a line graph (Looking like they overlap each other)? I tried it using this code but it doesn' t work. int width = 400; int height = 300; Bitmap bmpChart = new Bitmap(width, height, PixelFormat.Format16bppRgb555);
0
9543
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
10257
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...
1
10237
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7567
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
6808
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
5588
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4144
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
3761
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2941
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.