Go Back  Xtreme Visual Basic Talk > Legacy Visual Basic (VB 4/5/6) > VBA / Office Integration > Word, PowerPoint, Outlook, and Other Office Products > Powerpoint Datalabel length/width


Reply
 
Thread Tools Display Modes
  #1  
Old 07-09-2004, 02:52 AM
Annoyed Annoyed is offline
Newcomer
 
Join Date: Mar 2004
Location: London
Posts: 12
Default Powerpoint Datalabel length/width


Hi,

I have a bar chart bar in powerpoint that I'm trying to put symbols next to specific data value datalabels for using a macro. So for a certain bar I may want to display a symbol next to the datalabel value. All this is not a problem, I have got symbols added related to the position of the relevant datalabel, but the requirement is to put the symbol directly after the label, i.e.

60 "Symbol"

The only property I can't seem to find is the width/length of the datalabel. Here is the line of code I have at the moment that isn't right;

intLblLen = oGraph.SeriesCollection(intSeries).Points(SignPoints(intArrayPos)).Dat aLabel.Width

I'm getting the old "Object doesn't support this property" message. The Len function is no good as this just returns the number of characters not the width of the datalabel.

Does anyone know the correct way to reference a datalabels length/width?
Reply With Quote
  #2  
Old 07-09-2004, 11:26 AM
mistermocha mistermocha is offline
Regular
 
Join Date: May 2004
Posts: 57
Default

Is your "Symbol" an ASCII character or an image file?
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Advertisement:





Free Publications
The ASP.NET 2.0 Anthology
101 Essential Tips, Tricks & Hacks - Free 156 Page Preview. Learn the most practical features and best approaches for ASP.NET.
subscribe
Programmers Heaven C# School Book -Free 338 Page eBook
The Programmers Heaven C# School book covers the .NET framework and the C# language.
subscribe
Build Your Own ASP.NET 3.5 Web Site Using C# & VB, 3rd Edition - Free 219 Page Preview!
This comprehensive step-by-step guide will help get your database-driven ASP.NET web site up and running in no time..
subscribe
 
 
-->