View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.charting
Ben Ben is offline
external usenet poster
 
Posts: 509
Default Unable to set the XValues property of the Series class

Hi,

I'm using a xlXYScatter chart with 3 series. When I try to assign
the Xarray with 200 values to the XValues like this:

objChart.SeriesCollection(1).XValues = Xarray

I got the following error:
Unable to set the XValues property of the Series class

I have the chart embeded in an OLE control on a VB form.

Please Help.
Thanks