jimvanz

Members
  • Content count

    2
  • Joined

  • Last visited

About jimvanz

  • Rank
    Forum Newbie
  1. Referring to pie slices with actionscript.

    Alright, guess i'll have to implement it myself.
  2. Hey there, Is there any way to refer to one slice of the pie and set this slice to "isSliced". In xml you can set wich slice is opened when the chart is renderd. As well as that if you click a slice it opens up.. but.. what if i want to make my own button, once you click it, it opens a specifik slice, something like: mychart.slices[0].open(); or however u refer to the slice and its open(isSliced) function, is there any way to do this? thx! jim