Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Using ASP.NET and C#. I can get a count of data points in a chart by using Series[0].Points.Count. but if I then group the series using DataManipulator and try to get the count it is always 0. I'm trying to use the count to re-size the height of the chart. Does anyone else have this problem?

Rick

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.