Hi,
I modify the ItemLabelFormat for some specific DataPoints in a series like:
e.DataPoint.LabelFormat = "#VAL" + "\n" + "(" + labelValue + "%)";
In the default ItemLabelFormat values are displayed like for example:
2,77 bil
or
138,17 mil
I want the same format when I customize my ItemLabelFormat, i.e. I want to keep the "bil" and "mil" formatting and not show 277000000000 + my "labelValue". How do I achieve that?
I have tried different format expressions from help page but without any luck.
Best Regards,
Niclas
I modify the ItemLabelFormat for some specific DataPoints in a series like:
e.DataPoint.LabelFormat = "#VAL" + "\n" + "(" + labelValue + "%)";
In the default ItemLabelFormat values are displayed like for example:
2,77 bil
or
138,17 mil
I want the same format when I customize my ItemLabelFormat, i.e. I want to keep the "bil" and "mil" formatting and not show 277000000000 + my "labelValue". How do I achieve that?
I have tried different format expressions from help page but without any luck.
Best Regards,
Niclas