This question is locked. New answers and comments are not allowed.
Hi,
I have a set of RadCharts each containing the standard tooltip set using the ItemTooltipFormat property.
However, I want to customise the Tooltip control further, but, the documentation only says how to do this using the ItemTooltipOpening event, which is unsuitable for me as my project is using MVVM and so I cannot handle the event in the code behind.
I've thought about using EventToCommand, but this is unsuitable as I can only pass one property as the command parameter this way, whereas I need both the EventArgs and the Tooltip.
Please tell me this is possible and how I would go about doing it.
Thanks very much,
Martyn.
I have a set of RadCharts each containing the standard tooltip set using the ItemTooltipFormat property.
However, I want to customise the Tooltip control further, but, the documentation only says how to do this using the ItemTooltipOpening event, which is unsuitable for me as my project is using MVVM and so I cannot handle the event in the code behind.
I've thought about using EventToCommand, but this is unsuitable as I can only pass one property as the command parameter this way, whereas I need both the EventArgs and the Tooltip.
Please tell me this is possible and how I would go about doing it.
Thanks very much,
Martyn.