User (Legacy) Posted November 26, 2001 Report Share Posted November 26, 2001 All, Consider the following query: SELECT Date, Dollars FROM DailySales GROUP BY Salesperson With Chartfx, is it possible using ADO databinding techniques to get each Salesperson to be represented by a different series? Thanks. -Ray Quote Link to comment Share on other sites More sharing options...
Software FX Posted November 27, 2001 Report Share Posted November 27, 2001 Yes, you need to transpose the data by setting: ChartFX1.DataStyle = ChartFX1.DataStyle Or CHART_DS_TRANSPOSE -- FP Software FX, Inc. 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.