LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default X-axis values in xlLine chart problem

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 to "-60, -59, ....
39, 40" instead it displays values "1, 4, 7, .....91".


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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
problem in chart x axis while values are in merged cell narnimar Excel Discussion (Misc queries) 2 October 12th 08 09:33 AM
X-axis values in xlLine chart problem Gary Charts and Charting in Excel 0 September 9th 06 01:45 AM
Create excel chart from LotusScript, change xlLine line weight Roy Rumaner Excel Programming 2 March 2nd 06 03:33 AM
Chart problem: values in column A don't show as labels on x-axis digicat Excel Discussion (Misc queries) 1 January 9th 06 07:08 PM
Chart problem: values in column A doen't show on x-axis digicat Excel Discussion (Misc queries) 0 January 9th 06 06:07 PM


All times are GMT +1. The time now is 06:48 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"