Hello Guys,
I am using the Microsoft Chart Controls. And I'm now trying the DataManipulator to group data by week from one graph to another.
Example
StackedFootFall.DataManipulator.Group(formula, 1, IntervalType.Weeks, "FootFall", "Grouped FootFall");
The problem is: I want to change the FirstWeekday but I don't now how to do it. I've tried to change in the Culture setting, but nothing changes. The data is groupe weekly, yes, but considering the week is starting sunday and not monday as I want.
Please Help!
Thanks,