I have a stacked bar chart with multiple series, and I need to display custom tooltips for each point. The tooltip is not the numeric value itself, but a custom string value. I tried using ChartSeriesItemTooltip, but it seems it only returns the numeric value. How can i make it return the index of the point? That way i would be able to look up and display the required tooltip from an array of strings.