View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Chad Cameron[_2_] Chad Cameron[_2_] is offline
external usenet poster
 
Posts: 17
Default Chart Label Positions

Hi All,

I am trying to programmatically place labels on my scatter chart. I used
the following [snip]

DataLabel.Left =10

But it bases the 10 from the corner of my chart. Is there a way to base it
on the relative node?

Thanks
Chad