Hi,

I have a chart with continuous data (date type) along the h-axis. What I 
would like to do is group the underlying variable, let's say "Sales", with 
a function (SUM, for example) by a specific aggregation of dates, such as 
Week, Month or Quarter.

I am able to do this with Microsoft's Datavisualization.Charting charts for 
.net. Here is a line of code to do this:

*Chart1.DataManipulator.Group("SUM, X:CENTER", 1, IntervalType.Weeks, 1, 
DateTimeIntervalType.Days, ChSeries)*

Could I do something similar with Google Charts?

Thanks for any insights you could share on the subject.

Cheers,
Bernardo

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to