Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to manipulate a chart's secondary axis group to be as follows:
In excel there is a checkbox under "Chart Options" for the "Axes" tab. I want to programatically check the "Category (X) axis" and set the Category Type to "Time-scale". I have figured out how to obtain an instance of the secondary Axis (show below): Excel.Axis axis = (Excel.Axis)oChart.Axes(Excel.XlAxisType.xlCategor y, Excel.XlAxisGroup.xlSecondary); I cannot figure out how to set that checkbox via this object and when I try to set the Category type using the following code: axis.CategoryType = Excel.XlCategoryType.xlTimeScale; It actually sets the CategoryType to xlCategoryScale, not xlTimeScale (weird). I would GREATLY appreciate any insight that you may have to offer. Sincerely, tdeve |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003: Mapping rows (x-axis) vs multiple columns (y-axis) | Excel Discussion (Misc queries) | |||
can I make the vertical axis the category axis in Excel line graph | Charts and Charting in Excel | |||
Properties transferring from excel cells to word file properties | Excel Programming | |||
How to insert X axis scale values next to axis and X axis grid lin | Charts and Charting in Excel | |||
How do I make the Y axis in an excel chart the category axis? | Charts and Charting in Excel |