Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]() I have a stacked bar chart, with total values of the bars being negative or positive. Can I place the Category Axis (X-axis) at the bottom of the chart, without specifying a specific number? Now I have put a fixed number on the scale tab for the Value axis (Y) for "Cuts Category Axis (X) at". This is rather inconvenient as the minimum values can change from one run to another. -- rvExcelNewTip ------------------------------------------------------------------------ rvExcelNewTip's Profile: http://www.excelforum.com/member.php...o&userid=15668 View this thread: http://www.excelforum.com/showthread...hreadid=376715 |
#2
![]() |
|||
|
|||
![]() 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.php...o&userid=10470 View this thread: http://www.excelforum.com/showthread...hreadid=376715 |
#4
![]() |
|||
|
|||
![]() The last reply was the "ideal" solution to my problem. As the Y-values do represent percentages growth or decline and the decline couldn't be more than 100%, there is an absolute minimum to the scale. The nice thing about the solution is that if the minimum data value is e.g. -40%, the Y-scale doesn't extend to -100%. Thanks. -- rvExcelNewTip ------------------------------------------------------------------------ rvExcelNewTip's Profile: http://www.excelforum.com/member.php...o&userid=15668 View this thread: http://www.excelforum.com/showthread...hreadid=376715 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I change the category axis number formatting in a Pivot Ch. | Charts and Charting in Excel | |||
Align Clustered Column Chart Category Axis Labels | Charts and Charting in Excel | |||
How do I make the Y axis in an excel chart the category axis? | Charts and Charting in Excel | |||
Bar chart & Category (x) axis labels | Charts and Charting in Excel | |||
Axis display as category | Charts and Charting in Excel |