Hey Daniel, Okay I am little confused by that. I think I must be misunderstanding some of the material I have read, no surprise as I do not have must experience in this.
So when I read about this method of the DataView class I thought that was exactly what you could do. When you use a DataView of the underlying "data" it essentially pulls the data table you have created, reads that table realtime, then allows you to alter how it is displayed in the visualization. So then when I read this method below I took that I coul change the label of a column through a DataView. What exactly does this method do ? Sorry for dragging this out, just want a better understanding. setColumnLabel(columnIndex, label) Sets the label of a column. - columnIndex should be a number greater than or equal to zero, and less than the number of columns as returned by the getNumberOfColumns() method. - label is a string with the label to assign to the column. The column label is typically displayed as part of the visualization. For example the column label can be displayed as a column header in a table, or as the legend label in a pie chart. -- 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 https://groups.google.com/group/google-visualization-api. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/e3115c0f-a1c6-454a-ba1f-e6112c147aad%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
