User (Legacy) Posted June 5, 2006 Report Share Posted June 5, 2006 Hi, I'm trying to bind the some data on the chart. It exactlly has the data in DB. and I've checked the real data by debugging. But It's not shown the Web form. Even some Y-axis is not shown. ( There are two Y-axis but It's shown just one) It happens only some data. Not all of the data. Some data is clear but some data is not. I don't know why. I attached the my code to make clear. Please, give me the your advise. Thanks. ************************************************************************** private void SetChartData() { this.dsResult = Session[ "LineTroubleHistory" ] as DataSet; chtTMRst.ClearData(SoftwareFX.ChartFX.ClearDataFlag.AllData); chtTMRst.Gallery = SoftwareFX.ChartFX.Gallery.Pie; chtTMRst.Titles[0].Text= "?? Link to comment Share on other sites More sharing options...
Software FX Posted June 8, 2006 Report Share Posted June 8, 2006 The code looks ok. What is being shown incorrectly ? One point ? all of them ? Are there null values in your data ? -- Francisco Padron www.chartfx.com Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.