toztarcin Posted June 24, 2007 Report Share Posted June 24, 2007 I am using lite version. I have a datatable with three columns. How can I show column names in line chart. Is there any control for showing title of datasource in lite version Quote Link to comment Share on other sites More sharing options...
Frank Posted June 24, 2007 Report Share Posted June 24, 2007 If you are doing DataBinding the name of the columns will automatically be used as the series legend. If you are passing data through the API you can set: chart.Series.Legend = "legend i"; Quote Link to comment Share on other sites More sharing options...
toztarcin Posted June 25, 2007 Author Report Share Posted June 25, 2007 Can you send a sample code for DataBinding with using DataTable. I couldnt use DataBinding.Ad method Quote Link to comment Share on other sites More sharing options...
toztarcin Posted June 25, 2007 Author Report Share Posted June 25, 2007 Also while I am passing data through API, there is no Legend property of chart.Series. Is there another solution in lite version Quote Link to comment Share on other sites More sharing options...
Frank Posted June 30, 2007 Report Share Posted June 30, 2007 Does this code compiles? Chart1.Series[0].Legend = "Text"; 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.