User (Legacy) 2 Posted March 31, 2005 Report Share Posted March 31, 2005 Hi, I play around with ChartFX 6.2. I want to change the data series like in Excel (option 'Series in Rows or Columns). How can I specify that data series are from the rows and on the other option data series are from the columns of my DataTable? Thanks! Adi Quote Link to post Share on other sites
Software FX 0 Posted April 1, 2005 Report Share Posted April 1, 2005 Before you do the DataBinding, set the DataStyle property as follows: chart.DataSourceSettings.DataStyle |= DataStyle.Transpose; -- FP Software FX Quote Link to post Share on other sites
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.