This question is locked. New answers and comments are not allowed.
Hi team,i can see there is two properties like Min,Max in Y axis,do i have to specify maximum value in y axis ? ,
wont it takes maximum approximate value ?,i dont want to give Y axis maximum value, right now i am finding maximum value from series and add some value to get exact output its working fine
like this,
Max = Convert.ToString(maxQuery.Max() + 1500);
but if i dont give y axis Max value it takes only o to 10 ,i dont know whats the issue,
please find the attchement
Thanks,Saravanan