I just figured this out myself... Google.DataTable.Net.Wrapper.DataTable gdt = new Google.DataTable.Net.Wrapper.DataTable(); ...
Column tooltipColumn = (new Column(ColumnType.String)); tooltipColumn*.Role = **"tooltip";* ... gdt.AddColumn(tooltipColumn); ... On Tuesday, August 26, 2014 at 2:06:04 PM UTC-4, gul...@gmail.com wrote: > 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 google-chart-api+unsubscr...@googlegroups.com. To post to this group, send email to google-chart-api@googlegroups.com. Visit this group at http://groups.google.com/group/google-chart-api. For more options, visit https://groups.google.com/d/optout.