Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 108
Default value of chart scaling

how can I retrieve the value of the max and min scaling in
the active chart?

I'd like to set variables equal to each?

Thanks

}:-)
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,337
Default value of chart scaling

does this help?

bottom=yourvalue
top=yourvalue

ActiveChart.Axes(xlValue).Select
With ActiveChart.Axes(xlValue)
.MinimumScale = bottom
.MaximumScale = Top
.MinorUnitIsAuto = True
.MajorUnitIsAuto = True
' .MajorUnit = 500
.Crosses = xlAutomatic
.ReversePlotOrder = False
.ScaleType = xlLinear
.DisplayUnit = xlNone
End With
ActiveChart.Deselect

--
Don Guillett
SalesAid Software

"Paul" wrote in message
...
how can I retrieve the value of the max and min scaling in
the active chart?

I'd like to set variables equal to each?

Thanks

}:-)



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel Chart Scaling Crazyish1 Charts and Charting in Excel 1 June 12th 08 09:55 PM
Scaling within a chart Oliver S Charts and Charting in Excel 1 November 2nd 06 04:53 PM
Scaling the x-axis on a line chart broncogirl Charts and Charting in Excel 1 September 26th 05 01:32 AM
2 Axis chart and scaling Sheldon Charts and Charting in Excel 1 June 22nd 05 04:01 PM
Chart Scaling asphalt Excel Programming 1 September 18th 03 10:50 PM


All times are GMT +1. The time now is 06:10 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"