-1

How to achieve this using fusion charts on iOS: on-tap(ONclick) bar column should take me to another window with the information regarding that year.Thanks in advance.

John Wood
  • 37
  • 5
  • There was not method to override and had breakpoints at multiple places but I did not get on click method. – John Wood Dec 07 '12 at 00:57

1 Answers1

0

Use link attribute for the column or bar data definition.

Example: <set value='100' label='label' link='n-drilldownpage.asp?Id=9' />

sudipto
  • 2,472
  • 1
  • 17
  • 21