Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a routine which prompts a user for several ranges
of data (one range is for the data and the other range is for the x-axis labels) to chart and then creates a 3D surface chart. The problem is I cannot set the chart's Category (X) axis labels. The chart object is called NewChart, and I get an "Unable to set the XValues property of the series class" error when I use NewChart.SeriesCollection(1).XValues = XValRange to set the category (X) axis labels. The odd thing is I use the same methodology in another routine which is working. Any suggestions? Thanks, Raul |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 is missing Built-In Custom Chart Types in Chart Wizard | Charts and Charting in Excel | |||
Excel 2003 is missing Built-In Custom Chart Types in Chart Wizard | Setting up and Configuration of Excel | |||
Excel 2003: How to nudge a chart element or shape on a chart? | Charts and Charting in Excel | |||
chart from pivot data does not update x-axis bar chart values - bug | Excel Discussion (Misc queries) | |||
Double-stacked Bar Chart WITH a Secondary Y Axis Line chart? | Charts and Charting in Excel |