foreach (DataRow chartRow in mySimulateData.ChartTable.Rows)
{
point.AddXY(Yvalue,Xvalue);
}
chartControl1.Refresh();
i run the code for three times, if the previous max Xvalue is smaller than current one the xaxis will change, bug if the previous max Xvalue is bigger than current one, the xaxis will not changed, why?
who can help me?
Imported from legacy forums. Posted by chen (had 2118 views)