This question is locked. New answers and comments are not allowed.
I have a chart where-in I have to display a graph and tooltip which shows "round-off" values.
sb.AppendFormat(string.Format("#XCAT : {0} #DATAITEM.OriginalValue", displayCurrency));
This only shows original value on the tooltip. I want round-off value of the decimal.
Please help.
Thanks in advance