MS Graph Object Model

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

..Points(i).DataLabel.Text = Format(Val(Str(Sales)), "$#,##0") & vbCrLf & myX

The code above populates the data labels in my line graph. It works fine.
However, when I use vbCrLf to insert a line break between
"Format(Val(Str(Sales)), "$#,##0")" and "myX", it appears as though an extra
line is added.

It looks like:

$1,567

myX data

I would prefer it to look like:

$1,567
myX data

Any thoughts on this would be very helpful and much appreciated. Thanks!
 
Back
Top