I am using MSChart and type is spine. I generated a graph and its working.But there is some issue happens and graph marked as white. How can i fix that extra items. Thanks in advance.
Asked
Active
Viewed 56 times
0
-
Is it possible to write css? – Vishal Kiri Sep 07 '15 at 07:14
-
no. Its create a image and image is renderd .`
` – kbvishnu Sep 07 '15 at 08:16
-
Can you please check this URL, this is similar of your question. http://stackoverflow.com/questions/2988827/asp-net-ms-chart-control-pie-chart-remove-unwanted-padding – Vishal Kiri Sep 07 '15 at 08:31
-
I think it may be due to the data points. I am validating the datapoints. – kbvishnu Sep 07 '15 at 08:36
-
1Yes. Splines tend to do that when the values are changing too fast for the spline curve to follow.. usually adding a few points around the spots of the fast change can help, but with datapoints that may be a problem. maybe you have to give up on splines and go for another charttype i.e. line.. – TaW Sep 07 '15 at 17:39