Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default setting minumumScale of an axis programatically


hi everyone,

i have a problem about setting the minumumScale of an axis when axis'
source data has a date format . When source data is number formatted ,
there is no problem , but with date format there is a big problem . Any
idea ?

the row beginning with "eksen.MinumumScale" gives an error
error : ""

here is my javascript code :

eksen = chart.Axes.Item(1)
eksen.HasTitle = 1
eksen.AxisTitle.Text = axis1;
eksen.TickLabels.Orientation = 90;

eksen.MinumumScale =
xmlDoc.selectSingleNode("//EXCEL_START_VALUE").text
eksen.MajorUnit = 1;
eksen.MinorUnit = 1;



eksen = chart.Axes.Item(2)
eksen.HasTitle = 1
eksen.AxisTitle.Text = axis2;


--
cengavermuzo
------------------------------------------------------------------------
cengavermuzo's Profile: http://www.excelforum.com/member.php...o&userid=25449
View this thread: http://www.excelforum.com/showthread...hreadid=389289

Reply
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
Setting x-axis crosses with VBA Robert H Charts and Charting in Excel 2 December 14th 08 03:55 PM
x-axis value setting krystle Charts and Charting in Excel 1 December 3rd 08 07:43 PM
Setting Y axis Hassan Charts and Charting in Excel 1 May 20th 08 04:15 PM
changing minumumScale and maximumScale of an axis cengavermuzo Charts and Charting in Excel 1 July 23rd 05 02:56 PM
Setting sheet.xlt for a workbook programatically trooper665 Excel Programming 2 June 17th 05 09:19 PM


All times are GMT +1. The time now is 11:17 PM.

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"