1000 Delimiter not working when converting into setup file

Hi,

in VB.net,

Bubble Chart->Data label with 1000 delimiter(eg:1,00,000) working fine when running through VS.net (pressing F5). When i converted it into setup file its not working. Please provide solution for this problem asap.

Thanks in Advance

Hi Satish,


I have tried to understand the requirement shared by you and have unfortunately not been able to address them completely. Can you please share the requirement in the form of desired presentation and snapshot highlighting the requirement. Please also share the sample code used on your end. I will try my best to help you further in this regard.

Many Thanks,

Hi Mudassir ,

I cant share the entire code bcoz of confidentiality. But i will share the peice of code.

Here is the code:

chart.NSeries(0).DataLabels.Number = 4

I think this code is used to put commas between numbers(i.e. 1000 seperator)

could you please check and let me know. its very urgent.

Hi Satish,


I have tried to observe your requirement and it seems you are trying to set the label number format. Please use the following sample code if you are looking for this option. Otherwise please share the details of requirement in terms of sample output presentation and I will help you further in this regard.

chart.NSeries(0).Labels.SourceLinked = False
chart.NSeries(0).Labels.NumberFormat = "#,##0"


Many Thanks,