Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Hi,
I have the following code: $Range = $Sheet-Range( "A3:A93" ); if ($Range) { $Chart-SeriesCollection( 1 )-{XValues} = $Range-{Value}; } it doesn't set the X-axis values as I would expect. my range contains values "-60" to "40". it works fine if the range contain positive values . any help would be greatly appreciated. -Gary |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Selecting part of a series for a chart? | Charts and Charting in Excel | |||
Category axis label problem at column chart | Charts and Charting in Excel | |||
Chart problem: values in column A doen't show on x-axis | Excel Discussion (Misc queries) | |||
Activating a Chart object | Charts and Charting in Excel | |||
How do I set permanent secondary axis in PivotTable chart? | Charts and Charting in Excel |