I have a datagrid and a chart sharing the same data provider.  I'm
trying to find the function I need to call to trigger the data tip to
show on the chart when I click on a row in the datagrid.

I've looked under myChart.series[0].items[0..n] and each part in
between but can't seem to find a way to trigger it.  Does anyone have
an example they can point me at or know a way that I can manually
force the tip to show with something like
myChart.series[0].items[x].showTip() 

Reply via email to