Hi,
I am trying to add a tooltip to the following chart table:
var dt = new Google.DataTable.Net.Wrapper.DataTable();
dt.AddColumn(new Column(ColumnType.Number, gs.ticker, gs.ticker));
dt.AddColumn(new Column(ColumnType.Number, gs.ticker2, gs.ticker2));
all the examples I looked at shows how it is done on the client side such
as:
datatbl.addColumn({type:'string', role:'tooltip'});
datatbl.setCell(1, 2, 'X');
is there a way of creating the tooltip on the server side?
Thank you,
Volkan
--
You received this message because you are subscribed to the Google Groups
"Google Chart 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-chart-api.
For more options, visit https://groups.google.com/d/optout.