PC Review Forums Newsgroups Microsoft Excel Microsoft Excel Charting Re: Category Axis placement

Reply

Re: Category Axis placement

 
Thread Tools Rate Thread
Old 06-06-2005, 11:03 AM   #1
mangesh_yadav
Guest
 
Posts: n/a
Default Re: Category Axis placement



You could have an activate event macro, something like

Private Sub Chart_Activate()
ActiveChart.Axes(xlValue).ActiveChart.Axes(xlValue).CrossesAt =
Worksheets("Sheet1").Range("A1")
End Sub


Where Range A1 contains the figure you want the axis to cut through. A1
will have a formula like =MIN(A1:A10)

This is just for you to get an idea.

Mangesh


--
mangesh_yadav
------------------------------------------------------------------------
mangesh_yadav's Profile: http://www.excelforum.com/member.ph...fo&userid=10470
View this thread: http://www.excelforum.com/showthrea...threadid=376715

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off