Wrox Programmer Forums
|
Pro VB 6 For advanced Visual Basic coders working in version 6 (not .NET). Beginning-level questions will be redirected to other forums, including Beginning VB 6.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Pro VB 6 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 9th, 2009, 04:40 PM
Friend of Wrox
 
Join Date: Jan 2005
Posts: 108
Thanks: 0
Thanked 0 Times in 0 Posts
Default Help for MSChart in VB6

Hi, all

I have a VB application that will have chart to display data, I have some issue while use it.

1: Can anybody tell me where I can find good tutorial or examples for it
2: When I add a chart component to form, before add any data to it, there is a defalut
chart on the form, how can I remove it, right now I hide it until user click a button to
load data, then plug data to the chart, is this the right way to do it.
3: if the data rangein X and Y axis are different, for example, in X the max value is 100, in
Y axis is 0 ~ 1, the X axis is normal, but Y axix is very very short, you almost cannot
see it, I wish no matter what data range, the length of X and Y axis should be same,
only division changes

Thanks

Andraw
 
Old April 21st, 2009, 02:36 AM
Registered User
 
Join Date: Apr 2009
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default how to used sql command with mschart on vb6?

hello everyone, i new commer,

how to used sql command with mschart on vb6?

i need my chart show auto by sql select from access data

example:
my database.mdb consist of field cost & date only in record table:

Code:
dim sqlcmd as string
sqlcmd = "SELECT * FROM record WHERE date = ..........."
and how to set mschart1 display..


thank so much.
vOoody.





Similar Threads
Thread Thread Starter Forum Replies Last Post
MSChart Help with 3D Bar eusanpe C# 0 November 6th, 2007 04:41 PM
HOW TO MSCHART WHEN USING DATABASE CONTROL. dextergaisie Pro VB 6 1 May 14th, 2007 01:56 PM
MsChart-Connection blackdevil1979 VB Databases Basics 0 September 24th, 2004 04:54 AM
MSChart - Populating Data kasie Beginning VB 6 1 June 11th, 2003 06:00 AM
MSChart - Populating the chart kasie VB Components 0 June 10th, 2003 03:22 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.