Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
mrt mrt is offline
external usenet poster
 
Posts: 70
Default 2007: bug when changing labels

Just another problem: when you applylabels to a series, then set all values
but one to "" (empty string), except one to "Mylabel", you will see that only
the change for the "Mylabel" has been taken into account.

Regards,

MrT

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,582
Default bug when changing labels

Details? Manually or in code?

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"MrT" wrote in message
...
Just another problem: when you applylabels to a series, then set all
values
but one to "" (empty string), except one to "Mylabel", you will see that
only
the change for the "Mylabel" has been taken into account.

Regards,

MrT



  #3   Report Post  
Posted to microsoft.public.excel.programming
mrt mrt is offline
external usenet poster
 
Posts: 70
Default bug when changing labels

Details? Manually or in code?

With MySeries
.ApplyDataLabels
For i = 1 To .Points.Count
.Points(i).DataLabel.Text = iLabels(i)
Next i
End With

if iLabels is "a","","","","" it doesn't change anything but the first one
if iLabels is "a"," "," "," "," " it does the job for all

_______


"MrT" wrote in message
...
Just another problem: when you applylabels to a series, then set all
values
but one to "" (empty string), except one to "Mylabel", you will see that
only
the change for the "Mylabel" has been taken into account.

Regards,

MrT




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,582
Default bug when changing labels

The labels all were changed for me, even the blanks. Sometimes you don't see
the changes until you select the chart (and force a redraw, perhaps?).

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"MrT" wrote in message
...
Details? Manually or in code?


With MySeries
.ApplyDataLabels
For i = 1 To .Points.Count
.Points(i).DataLabel.Text = iLabels(i)
Next i
End With

if iLabels is "a","","","","" it doesn't change anything but the first one
if iLabels is "a"," "," "," "," " it does the job for all

_______


"MrT" wrote in message
...
Just another problem: when you applylabels to a series, then set all
values
but one to "" (empty string), except one to "Mylabel", you will see
that
only
the change for the "Mylabel" has been taken into account.

Regards,

MrT






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing y axis labels jc Charts and Charting in Excel 1 May 26th 09 01:36 PM
Excel 2007 text labels in category axis - missing labels Boris Charts and Charting in Excel 3 December 5th 08 04:33 PM
Labels: Unable to import all records Excel 2007 to Word 2007 Mailm skelly Excel Discussion (Misc queries) 1 October 29th 08 11:22 PM
how to keep data labels in chart in 2007 from changing? kojaks43 Charts and Charting in Excel 1 September 4th 07 01:23 PM
Changing the inner border of bar labels? Xaver Hinterhuber Charts and Charting in Excel 0 June 3rd 05 12:47 PM


All times are GMT +1. The time now is 07:01 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"