|
Group: Forum Members
Posts: 32,
Visits: 50
|
Hi, Just a quick note to let you know that I have achieved exactly what I want with some devious programming and loading of the data points into the funnel series. In essence what I have done is to load the data-points in but pre-checking to see if I have the one that will "span" or "hit" the neck point (based on percentages and the NeckHeightPercent property of the funnel). If so, I then calculate the required "split" point and then load that data into the funnel as two data-points of the appropriate size in the same colour - but between them I insert a zero value data-point (hence no height affecting the display) and associate with it a custom data label. The "split" data-point has a label associated with the larger portion (1st or 2nd) whilst the other has an invisible label.
Works a treat, Steve
|