Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Change Y-axis tick labels to text, possible? | Charts and Charting in Excel | |||
x axis tick mark labels | Charts and Charting in Excel | |||
How to start Y-axis scale at odd value and have tick labels at even values? | Charts and Charting in Excel | |||
Line Wrap in Axis Tick Labels | Excel Discussion (Misc queries) | |||
Can tick mark labels be flipped about axis? | Charts and Charting in Excel |