Software FX Posted September 8, 2000 Report Posted September 8, 2000 DataType allows you to set how columns should be used (not the gallery types) so you will typically do something like Chart.DataType(0) = CDT_VALUE Chart.DataType(1) = CDT_VALUE Chart.ADOResultset YourRSObject Chart.Series(0).Gallery = LINES Chart.Series(1).Gallery = BAR Regards, Juan Cegarra Software FX, Inc. support.softwarefx.com -----Original Message----- From: Dan Traylor [mailto:dan_traylor@hotmail.com] Posted At: Friday, August 25, 2000 8:55 AM Posted To: Client Conversation: Combination chart with ADO recordset Subject: Combination chart with ADO recordset I'm trying to connect an ADO recordset to a combination Line/Bar chart. The Line graph is going to use one of the recordset ordinal values for it's data and the bar graph will use the other Ordinal value. I know there is Chart.DataType but how do I specify different ordinal values for the different chart types? Thanks.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.