View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.charting
Olivier57 Olivier57 is offline
external usenet poster
 
Posts: 1
Default Setting X Axis with a serie

Hi,

After looking to dozens of web pages, I still didn't find a simple answer
from a frequent question.

How is it possible to set the X Axis to display a serie with Vb .net ?

I have no problem with the setsourcedata method, but I can't find the way to
do the same with the X axis, let's say something like

"set x axis value"=range("A1:A100")

Thanks for the help.