First I'm assuming you are using the 'old' PieChart and not the new PieChart that is in 'corechart'.
If that is the case then you can use the setSelection()<http://code.google.com/apis/visualization/documentation/reference.html#vissetselection>method on the PieChart to make a slice of the pie stand out as selected. Pass the method a value in the form '[{row: index}]' where 'index' is the index of the row that should be shown as selected. -- 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.
