Jump to content
Software FX Community

It's Different data between DB data and binding data


User (Legacy)

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...