المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : problem with MSCHART spline graph! [modified]



C# Programming
04-25-2010, 12:21 AM
hi bloggers,
I have been trying to visualize my gestures through MS chart graph, for instance using wiimote accelerometer to draw a shape of the number(0-9), when I try to make 0,6,8,9 the shape is not drawn completely rather the coordinates spreads on the other side.... currently Im calculating velocity and distance from the accelerometer values(x,y,z) and then plot distance values to MSCHART spline graph....
give me some suggestions or solutions how can I correct my code...

this is the snippet of the code which Im trying to plot on the graph

private void show()
{
for (int i=1; i