View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Martin SChukrazy Martin SChukrazy is offline
external usenet poster
 
Posts: 4
Default MSChart Control Question

I have a simple chart that i want to display
The data points are in X,Y coordinates, so for eg Y = 10, 2
= I want to display the point Y at coordinates 10, 2 and i want to set the
chart X axis to 12 and the Y axis to 12.
Is there some-one who knows how i can do this with MSChart on Excel - VBA ?


Thanks