Bill Posted March 4, 2007 Report Share Posted March 4, 2007 What is the best way to pass data to a pie chart in a tab delimited text file to show both the data and the value legend? Thanks Quote Link to comment Share on other sites More sharing options...
Frank Posted March 6, 2007 Report Share Posted March 6, 2007 If the data is in the following format: John<tab>23 Tom<tab>45 Jim<tab>60 Then all you need to do is: chart.DataSource = new ChartFX.WinForms.DataProviders.TextProvider(<filepath>); 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.