Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
We have some "canned" templates that include charts. In some cases, when
real data is entered, the scaling for the charts isn't what I would consider optimum. For example: All of the data is between 0.9 and 1.1, but the scale of the chart is 0 to 1.2. Any suggestions. Thanks in advance, Barb Reinhardt |
#2
![]() |
|||
|
|||
![]()
In article ,
says... We have some "canned" templates that include charts. In some cases, when real data is entered, the scaling for the charts isn't what I would consider optimum. For example: All of the data is between 0.9 and 1.1, but the scale of the chart is 0 to 1.2. Any suggestions. Thanks in advance, Barb Reinhardt Not sure what you expect, Barb. Adjust the min./max. values by hand. Use an automated solution a la AutoChart Manager http://www.tushar-mehta.com/excel/so...art/index.html The basic code is pretty straightforward. With ActiveChart.Axes(xlValue) .MinimumScale = -1 .MaximumScale = 2 End With -- Regards, Tushar Mehta www.tushar-mehta.com Excel, PowerPoint, and VBA add-ins, tutorials Custom MS Office productivity solutions |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dynamic Scaling | Charts and Charting in Excel | |||
using LOOKUP instead of IF on dynamic row | Excel Worksheet Functions | |||
Can't create dynamic charts | Charts and Charting in Excel | |||
Dynamic charting problems (events) | Charts and Charting in Excel | |||
Indirect and dynamic ranges | Excel Worksheet Functions |