This question is locked. New answers and comments are not allowed.
Hi,
I am trying to add Tooltip format to the seriesdefintion. This is my itemssource structure
class a
{
date effdate;
double rate,
Details details
}
Details is a class with name, number as members.
Now I am adding the tool tip on seriesmapping definition as "#DATAITEM.rate on #DATAITEM,effdate{d} for #DATAITEM.details.name"
RAte and Date are disaplyed properly in the tooltip but not name,
Any solution?
I am trying to add Tooltip format to the seriesdefintion. This is my itemssource structure
class a
{
date effdate;
double rate,
Details details
}
Details is a class with name, number as members.
Now I am adding the tool tip on seriesmapping definition as "#DATAITEM.rate on #DATAITEM,effdate{d} for #DATAITEM.details.name"
RAte and Date are disaplyed properly in the tooltip but not name,
Any solution?