#1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 9
Default X Axis Tick Labels

I have created X axis tick labels number format at axis minimum and maximum:

maks1 = ActiveChart.Axes(xlCategory).MaximumScale
minim1 = ActiveChart.Axes(xlCategory).MinimumScale
znakx1 = "[=" & minim1 & "]""S"";[=" & maks1 & "]""N"";General"
With ActiveChart.Axes(xlCategory)
.MinimumScaleIsAuto = True
.MaximumScaleIsAuto = True
.TickLabels.NumberFormat = znakx1
End With

In some cases this works fine. But in some I have maximum label as I wish
"N" and minimum label as number. Also Is there way to automate this job with
Maksimum Sacale and Minimum Scale chart option changes.

Best Regards,
Naftas
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
Change Y-axis tick labels to text, possible? intoit Charts and Charting in Excel 1 June 24th 09 09:05 AM
x axis tick mark labels Lou T Charts and Charting in Excel 1 November 19th 08 02:39 PM
How to start Y-axis scale at odd value and have tick labels at even values? Paul S. Natanson Charts and Charting in Excel 3 December 27th 06 07:38 PM
Line Wrap in Axis Tick Labels Mike Hogan Excel Discussion (Misc queries) 0 June 27th 06 02:21 PM
Can tick mark labels be flipped about axis? [email protected] Charts and Charting in Excel 1 July 20th 05 05:03 PM


All times are GMT +1. The time now is 08:37 AM.

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

About Us

"It's about Microsoft Excel"