I am trying to format the values used by a ClassBreak object. On another forum thread I saw the following format:
TextSymbol.NumberFormat = "{0:###,###,###}";
So I tried:
classBreak1.DefaultTextStyle.Format =
"{0:###,###,###}";
It did not work. The values display fine, but the formatting is not applied. Any ideas?
Thanks,
Nick