I'll explain it on an example. http://code.google.com/intl/tr-TR/apis/visualization/documentation/gallery/piechart.html
Go to page using above link. There's a pie chart example as "my Daily activities". Activities and their percentages shown in the chart. When you click in each pie. you'll see the actual counts. I mean work = 11, sleep 7 etc. what i want is giving another property like an id to each pie in order to get the details in codebehind. I have activities and their counts. Think that the below table is the database view. In pie chart i have count and name. this is ok. but i want to store the id value as well. when i clicked the selected chart, i want to know that i clicked the work pie with id equals 1, or i clicked the sleep pie with the id equals 2. id name count -- -------- -------- 1 work 11 2 sleep 7 -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
