User (Legacy) Posted January 17, 2002 Report Share Posted January 17, 2002 How can I build a multi series ADO bound chart using the custom function provided by Chart FX and not a manual loop in Visual Basic? An array? Thank you. Sean Quote Link to comment Share on other sites More sharing options...
Software FX Posted January 17, 2002 Report Share Posted January 17, 2002 I don't understand the question. If the recordset contains several numeric columns, then Chart FX will create as many series as numeric columns. -- FP Software FX, Inc. Quote Link to comment Share on other sites More sharing options...
User (Legacy) Posted January 17, 2002 Author Report Share Posted January 17, 2002 I have a recordset that retrieves an ID field, a date field and a numeric field. As an example, a result set would contain six records: ID001 1/15/02 12 ID002 1/15/02 14 ID003 1/15/02 18 ID001 1/16/02 22 ID002 1/16/02 33 ID003 1/16/02 14 I want to chart this with date on the x-axis, the value on the y-axis and a series for each ID. Is there any way to do this with data binding? Sean "SoftwareFX Support" <support@softwarefx.com> wrote in message news:V14mgZ5nBHA.1172@webserver1.softwarefx.com... > I don't understand the question. If the recordset contains several numeric > columns, then Chart FX will create as many series as numeric columns. > > -- > FP > Software FX, Inc. > > Quote Link to comment Share on other sites More sharing options...
Software FX Posted January 17, 2002 Report Share Posted January 17, 2002 What you want is a CrossTab, this is an extension available in the latest version of Chart FX (5.0). Check your version. You may need to upgrade to get this feature. -- FP Software FX, Inc. Quote Link to comment Share on other sites More sharing options...
Software FX Posted January 18, 2002 Report Share Posted January 18, 2002 No. Only to one recordset and you will be able to specify which column(s) is used for grouping. -- FP Software FX, Inc. Quote Link to comment Share on other sites More sharing options...
User (Legacy) Posted April 15, 2002 Author Report Share Posted April 15, 2002 Can this be applied to multiple XY series? eg multiple recordsets where each goes to a different series? Thanks, Paul Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.