473,395 Members | 1,468 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,395 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
5 1709
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
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 #5
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 #6

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....
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
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...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
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
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...
0
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...

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.