473,396 Members | 2,013 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Graph control

I was asked by my boss to create representation of data by Graphs in VB 6
application.
I checked the features of VB6 Graph control as well as Excel graphs. They
are not good enough.
I tried to find any third party ocx and all I found do not look good enough
either.
I found several .NET controls that look good.
I was wondering if it is a good idea to create an inherited from one of
those I found controls my own and wrap it for COM interop.
Is this approach going to work at all? If yes, then, is it going to bring
any problem?

Thank you
Oct 28 '06 #1
6 1725
Excel graphs are not good enough? There are a gazillion options in Excel,
and you can change almost every attribute about the graphs.Can you
describe what you are trying to end up with?

If you can do it in Excel, you can use VB6 to automate it.

Robin

"Esha" <aa*@optonline.netwrote in message
news:%2*****************@TK2MSFTNGP03.phx.gbl...
>I was asked by my boss to create representation of data by Graphs in VB 6
application.
I checked the features of VB6 Graph control as well as Excel graphs. They
are not good enough.
I tried to find any third party ocx and all I found do not look good
enough either.
I found several .NET controls that look good.
I was wondering if it is a good idea to create an inherited from one of
those I found controls my own and wrap it for COM interop.
Is this approach going to work at all? If yes, then, is it going to bring
any problem?

Thank you


Oct 28 '06 #2
Thank you Robin
Several things in Excel make my boss unhappy - graphics is not fine (lines
are not straight), there is no Funnel type and Gauge type of graphs (at
least I do not know about them and couldn't show my boss how they look).
He insists in having those 2 types of graphs (funnel and gauge).

Esha

"RobinS" <Ro****@NoSpam.yah.nonewrote in message
news:Ud******************************@comcast.com. ..
Excel graphs are not good enough? There are a gazillion options in Excel,
and you can change almost every attribute about the graphs.Can you
describe what you are trying to end up with?

If you can do it in Excel, you can use VB6 to automate it.

Robin

"Esha" <aa*@optonline.netwrote in message
news:%2*****************@TK2MSFTNGP03.phx.gbl...
>>I was asked by my boss to create representation of data by Graphs in VB 6
application.
I checked the features of VB6 Graph control as well as Excel graphs. They
are not good enough.
I tried to find any third party ocx and all I found do not look good
enough either.
I found several .NET controls that look good.
I was wondering if it is a good idea to create an inherited from one of
those I found controls my own and wrap it for COM interop.
Is this approach going to work at all? If yes, then, is it going to bring
any problem?

Thank you



Oct 28 '06 #3
You want a specific kind of graph, That does exactly what you want in
exactly the way you want it and to look just like you imagined it. Just like
everybody else, only different :-)
There isn't any kind of control or program that can do what everybody wants
:-(
But don't despair! VB has many many different drawing methods, and as long
as you can do the maths you can draw any type of graph in any way you please
straight on to a form or a picturebox.
In that way you get exactly what you want, in the way that you want it
without the limitations of third party software.
With a little (or a lot) of work it's more than possible.

Ivar
Oct 28 '06 #4
Esha,

Check out TeeChart by Steema software. It's by far one of the best graphics
packages I've for plotting data that I've ever found.

www.steema.com

Regards,
John

"Esha" wrote:
Thank you Robin
Several things in Excel make my boss unhappy - graphics is not fine (lines
are not straight), there is no Funnel type and Gauge type of graphs (at
least I do not know about them and couldn't show my boss how they look).
He insists in having those 2 types of graphs (funnel and gauge).

Esha

"RobinS" <Ro****@NoSpam.yah.nonewrote in message
news:Ud******************************@comcast.com. ..
Excel graphs are not good enough? There are a gazillion options in Excel,
and you can change almost every attribute about the graphs.Can you
describe what you are trying to end up with?

If you can do it in Excel, you can use VB6 to automate it.

Robin

"Esha" <aa*@optonline.netwrote in message
news:%2*****************@TK2MSFTNGP03.phx.gbl...
>I was asked by my boss to create representation of data by Graphs in VB 6
application.
I checked the features of VB6 Graph control as well as Excel graphs. They
are not good enough.
I tried to find any third party ocx and all I found do not look good
enough either.
I found several .NET controls that look good.
I was wondering if it is a good idea to create an inherited from one of
those I found controls my own and wrap it for COM interop.
Is this approach going to work at all? If yes, then, is it going to bring
any problem?

Thank you



Oct 30 '06 #5
Hi,

Take a look at Measurement Studio (www.ni.com), and IOcomp (www.iocomp.com).

Dick

--
Richard Grier, MVP
Hard & Software
Author of Visual Basic Programmer's Guide to Serial Communications, Fourth
Edition,
ISBN 1-890422-28-2 (391 pages, includes CD-ROM). July 2004, Revised March
2006.
See www.hardandsoftware.net for details and contact information.
Oct 31 '06 #6
I would recommend Googling as a place to start.

Put in funnel graph as the required fields. See what comes up. I
personally have no idea what a funnel graph is, but Google will give
you a fine list of sources.

Then look at a few posts. Then stick VB or Excel or "visual basic" in
the "at least one of these words" field which will narrow it down.

The case for leaving out VB and Excel from your first search is that
you may find something that works but is not in VB or the poster
misspelled "Excel".

Just for background, what is a funnel graph? I may know them by
another name or learn something new.

Thanks.


On Sat, 28 Oct 2006 15:15:19 -0400, "Esha" <aa*@optonline.netwrote:
>Thank you Robin
Several things in Excel make my boss unhappy - graphics is not fine (lines
are not straight), there is no Funnel type and Gauge type of graphs (at
least I do not know about them and couldn't show my boss how they look).
He insists in having those 2 types of graphs (funnel and gauge).

Esha

"RobinS" <Ro****@NoSpam.yah.nonewrote in message
news:Ud******************************@comcast.com ...
>Excel graphs are not good enough? There are a gazillion options in Excel,
and you can change almost every attribute about the graphs.Can you
describe what you are trying to end up with?

If you can do it in Excel, you can use VB6 to automate it.

Robin

"Esha" <aa*@optonline.netwrote in message
news:%2*****************@TK2MSFTNGP03.phx.gbl.. .
>>>I was asked by my boss to create representation of data by Graphs in VB 6
application.
I checked the features of VB6 Graph control as well as Excel graphs. They
are not good enough.
I tried to find any third party ocx and all I found do not look good
enough either.
I found several .NET controls that look good.
I was wondering if it is a good idea to create an inherited from one of
those I found controls my own and wrap it for COM interop.
Is this approach going to work at all? If yes, then, is it going to bring
any problem?

Thank you


Oct 31 '06 #7

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

Similar topics

3
by: Jeff | last post by:
Does anyone have any suggestions about a good third party graph control. The one in Access seems confusing to use. Is there a control that could be said to be an industry standard? Jeff
6
by: David W. Fenton | last post by:
Is MS Graph really completely useless in Access 97? I uninstalled and re-installed to get the Office 97 version of MS Graph, but I see no way whatsoever to insert dynamic data into the chart....
2
by: TD | last post by:
I would like to set the value of the Y axes on my graph at runtime. I created the graph my opening a form and placing an unbound object frame on it then placed the MS Graph control into this. Next...
38
by: Charles Law | last post by:
Am I going mad, or is there no control in .NET that will allow me to display a simple graph of a series of points held in an array? Please tell me I'm wrong. Charles
2
by: MLH | last post by:
A97 Am having difficulty displaying graph in Form View that I see fine in graph control on form opened in design view. I know I'm doing something wrong. If I open the form in design view - I...
2
by: brianlum | last post by:
Hi, I have been looking for a good way to convert python code into a control flow graph. I know of Python functions that will convert an expression into an abstract syntax tree (i.e. ast =...
3
by: The Frog | last post by:
Hi guys, I have never touched really on this area before with forms and reports, and now I would like to be able to incorporate some graphs / charts for a new little app I am building, and I...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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...
0
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,...
0
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.