J
Jack
Hi All
Ihaving problems trying to generate a secondary X-Axis.
The problem I trying to solve is:
I have data (Y-Axis)plotted as a function of Distance in
Miles (X-Axis). What I would like is to have a secondary X
axis with the distance in Kilometers as well as Miles on
the Primary X-Axis. I am using Office 2000.
I tried using:
With ActiveChart
.Axes(xlCategory, xlSecondary).MinimumScale = _
.Axes(xlCategory, xlPrimary).MinimumScale
.Axes(xlCategory, xlSecondary).MaximumScale = _
.Axes(xlCategory, xlPrimary).MaximumScale
.Axes(xlCategory, xlSecondary).MajorUnit = _
.Axes(xlCategory, xlPrimary).MajorUnit
End With
I get an Error "unable to set the MinimumScale property of
Axis class"
Is there another way? Help
Jack
Ihaving problems trying to generate a secondary X-Axis.
The problem I trying to solve is:
I have data (Y-Axis)plotted as a function of Distance in
Miles (X-Axis). What I would like is to have a secondary X
axis with the distance in Kilometers as well as Miles on
the Primary X-Axis. I am using Office 2000.
I tried using:
With ActiveChart
.Axes(xlCategory, xlSecondary).MinimumScale = _
.Axes(xlCategory, xlPrimary).MinimumScale
.Axes(xlCategory, xlSecondary).MaximumScale = _
.Axes(xlCategory, xlPrimary).MaximumScale
.Axes(xlCategory, xlSecondary).MajorUnit = _
.Axes(xlCategory, xlPrimary).MajorUnit
End With
I get an Error "unable to set the MinimumScale property of
Axis class"
Is there another way? Help
Jack