473,325 Members | 2,860 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,325 software developers and data experts.

3D chart

hello

Is in Borland C++ Builder some control(s) which can produce a really
3-dimensional chart. It mean, that this chart should show a set of points
(x,y,z). For examlpe I have 4 points, of kind (x,y,z):
(1,3,5), (2,6,3), (1,11,43), (7,-2,6)
and I like a chart, which could show them.
please, help me
Adam
Jul 23 '05 #1
4 2870
mehafi wrote:
Is in Borland C++ Builder some control(s) which can produce a really
3-dimensional chart. It mean, that this chart should show a set of points
(x,y,z). For examlpe I have 4 points, of kind (x,y,z):
(1,3,5), (2,6,3), (1,11,43), (7,-2,6)
and I like a chart, which could show them.


Shell to GNUplot, generate a PNG or GIF file, and paint that into a window.

If you need something interactive, switch to Python and use BLT.

BTW you'l get more complete answers (but not better) on a Borland newsgroup.

--
Phlip
http://industrialxp.org/community/bi...UserInterfaces
Jul 23 '05 #2

"mehafi" <me****@interia.pl> wrote in message
news:d2**********@nemesis.news.tpi.pl...
hello

Is in Borland C++ Builder some control(s) which can produce a really
3-dimensional chart. It mean, that this chart should show a set of points
(x,y,z). For examlpe I have 4 points, of kind (x,y,z):
(1,3,5), (2,6,3), (1,11,43), (7,-2,6)
and I like a chart, which could show them.
please, help me
Adam


Try Borland news groups, particularly the 3rd party component one and search
for TeeChart.

Jul 23 '05 #3

mehafi wrote:
hello

Is in Borland C++ Builder some control(s) which can produce a really
3-dimensional chart. It mean, that this chart should show a set of points (x,y,z). For examlpe I have 4 points, of kind (x,y,z):
(1,3,5), (2,6,3), (1,11,43), (7,-2,6)
and I like a chart, which could show them.
please, help me
Adam


Hi Adam,

TeeChart v4.04 Standard (shipped with BCB) can't do what you request.
However there's TeeChart Pro v7 VCL available which can do this and
much more. You can get a fully functional evaluation version from
www.steema.com.

Best Regards,

Narcis Calvet
Steema Software

Jul 23 '05 #4
Hello,

Please review the info at www.gigasoft.com.

There's also an interactive online demo of our 3D at
http://www.gigasoft.com/thedemos.aspx

best regards,

Robert Dede
Gigasoft, Inc.

Our ProEssentials v5 does

"mehafi" <me****@interia.pl> wrote in message
news:d2**********@nemesis.news.tpi.pl...
hello

Is in Borland C++ Builder some control(s) which can produce a really
3-dimensional chart. It mean, that this chart should show a set of points
(x,y,z). For examlpe I have 4 points, of kind (x,y,z):
(1,3,5), (2,6,3), (1,11,43), (7,-2,6)
and I like a chart, which could show them.
please, help me
Adam

Jul 23 '05 #5

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

Similar topics

1
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...
8
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....
1
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...
22
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...
3
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...
9
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 ...
1
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...
1
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...
1
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...
1
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...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....

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.