Hi,
I am working on a chart that has an optional drill-down feature. "Optional" as in some items will have the drill-down enabled and others will not.
I want to customize the tooltips so that the items with the drill-down display an extra message like "Click to view [drill-down chart's title]...". My series' ItemToolTipFormat is "#XCAT (#Y)".
I have implemented the ItemDataBound event so that the "extra" tooltip message gets appended to the default tooltip for the items with the drill-down option.
Everything seems to work fine. Except that when the "default" tooltip contains a "0", it gets replaced by something that I have not yet identified. For example, if the default tooltip were "Task1 (140)", and I wanted to append "Click to view 'Top 10 operators for Task1'", the final tooltip would display "Task1 (1414). Click to view 'Top 10 operators for Task1'". The "0" in "Task1 (140)" was replaced by 14...
Thanks in advance,
Walter
I am working on a chart that has an optional drill-down feature. "Optional" as in some items will have the drill-down enabled and others will not.
I want to customize the tooltips so that the items with the drill-down display an extra message like "Click to view [drill-down chart's title]...". My series' ItemToolTipFormat is "#XCAT (#Y)".
I have implemented the ItemDataBound event so that the "extra" tooltip message gets appended to the default tooltip for the items with the drill-down option.
Everything seems to work fine. Except that when the "default" tooltip contains a "0", it gets replaced by something that I have not yet identified. For example, if the default tooltip were "Task1 (140)", and I wanted to append "Click to view 'Top 10 operators for Task1'", the final tooltip would display "Task1 (1414). Click to view 'Top 10 operators for Task1'". The "0" in "Task1 (140)" was replaced by 14...
Thanks in advance,
Walter