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