User-1367238894 posted
Hi guys ...
I an trying to draw a customized graph using asp.Net.
But i stuck at the end.
Here i am trying to assign a list of expando object as the data source for the chart.
It throws an exception of "System.ArgumentException: Series data points do not support values of type System.Dynamic.ExpandoObject only values of these types can be used: Double, Decimal, Single, int, long, uint, ulong, String, DateTime, short, ushort."
at the time of chart binding.
when i am using the predefined class it works well there.
but i need to use Expando Object for customization
Do the need full to get out from there :)