Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() hi there, i'm in trouble again :) I am designing a Chart with x-axis values going from -430 up to +43 and y-axis values going from -2.0E-02 up to 1.8E-02. I'd like the axes to cross at their minimum (so point -430 (x-axis) an -2.0E-02 (y-axis) to be the crossing). (default they cross at point 0.0 -430) I tried everything with .Crosses = xlMinimum or xlMaximum, obtainin all the possible crossings, but the one I need. Of course I could just set the .CrossesAt property at the minimu value, but I am generating dynamically many charts and th minimum/maximum values are not always the same. Th -- Ciccio_Drin ----------------------------------------------------------------------- Ciccio_Drink's Profile: http://www.excelforum.com/member.php...fo&userid=3100 View this thread: http://www.excelforum.com/showthread.php?threadid=50764 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Setting x-axis crosses with VBA | Charts and Charting in Excel | |||
Should allow: "Value (X) axis crosses at *-MINIMUM-* value | Charts and Charting in Excel | |||
Value (Y) axis crosses between dates | Charts and Charting in Excel | |||
ActiveChart.Axes(xlValue).Crosses = xlMinimum | Excel Programming | |||
Ticks or Crosses | Excel Worksheet Functions |