This question is locked. New answers and comments are not allowed.
Hi -
I'm tryint to display a tooltip on an MVC chart to display additional data about a series. Basically, I have a model that contains some stats about transactions in our system. The model has the following properties: "Total", "Max", "Min", "Count". I want to user the "Total" property as the series value, but want to also display the "Min, Max and Count" in the tooltip. How can I access the model my chart is bound to from the tooltip. Is this possible or Am I looking at this the wrong way?
I've attached an image (picture) of what I'm trying to achieve as well as a zip with the model and the view.
Thanks,
Danny
I'm tryint to display a tooltip on an MVC chart to display additional data about a series. Basically, I have a model that contains some stats about transactions in our system. The model has the following properties: "Total", "Max", "Min", "Count". I want to user the "Total" property as the series value, but want to also display the "Min, Max and Count" in the tooltip. How can I access the model my chart is bound to from the tooltip. Is this possible or Am I looking at this the wrong way?
I've attached an image (picture) of what I'm trying to achieve as well as a zip with the model and the view.
Thanks,
Danny