Feb 12, 2003 #1 watty215 Programmer Joined Aug 6, 2002 Messages 9 Location GB Does anybody know how to put an axes on the right of an OWC Chart.
Feb 12, 2003 #2 rac2 Programmer Joined Apr 26, 2001 Messages 1,871 Location US Specifically, Code: Set oAxis2 = oChart.Axes.Add(oSeries2.Scalings(oConst.chDimValues)) oAxis2.Position = oConst.chAxisPositionRight But see http://support.microsoft.com/default.aspx?scid=kb;en-us;286211 which is MS Knowledge Base article Q286211. Upvote 0 Downvote
Specifically, Code: Set oAxis2 = oChart.Axes.Add(oSeries2.Scalings(oConst.chDimValues)) oAxis2.Position = oConst.chAxisPositionRight But see http://support.microsoft.com/default.aspx?scid=kb;en-us;286211 which is MS Knowledge Base article Q286211.
Feb 12, 2003 Thread starter #3 watty215 Programmer Joined Aug 6, 2002 Messages 9 Location GB This line of code works fine with office xp chart but not OWC Chart Upvote 0 Downvote