Search found 2 matches
- Fri Dec 23, 2016 8:17 am
- Forum: .NET
- Topic: ClickSeries Event don't work in Funnel and pyramid styles
- Replies: 3
- Views: 8261
Re: ClickSeries Event don't work in Funnel and pyramid styles
I have this problem in the source code to repair in pyramid styles.
- Fri Dec 09, 2016 2:31 am
- Forum: .NET
- Topic: ClickSeries Event don't work in Funnel and pyramid styles
- Replies: 3
- Views: 8261
ClickSeries Event don't work in Funnel and pyramid styles
I need to use Clickseries Event in Funnel and pyramid style,but it don't tigger at all. I have checked in source,I found those styles have no implementation click(int x, int y) function which should override in each childern style.So I should how to achieve it.