Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Little late but here's how I did it...
'Set PlotRange = Union(GraphRange1, GraphRange2) 'ActiveChart.ChartWizard Source:=PlotRange, _ Gallery:=xlXYScatter, Format:=1, PlotBy:=1, CategoryLabels:=1, _ SeriesLabels:=0, HasLegend:=2, Title:=ChartTitle & _ CategoryTitle:=CatAxisTitle, ValueTitle:=ValueAxisTitle, ExtraTitle:="" ActiveChart.SeriesCollection(1).XValues = GraphRange2 ActiveChart.SeriesCollection(1).Values = GraphRange1 ActiveChart.ChartTitle.Caption = ChartTitle ActiveChart.ChartType = xlXYScatter ActiveChart.HasLegend = False ActiveChart.Axes(xlCategory).HasTitle = True ActiveChart.Axes(xlCategory).AxisTitle.Caption = CatAxisTitle ActiveChart.Axes(xlValue).HasTitle = True ActiveChart.Axes(xlValue).AxisTitle.Caption = ValueAxisTitle Cheers /H Adler EggHeadCafe.com - .NET Developer Portal of Choice http://www.eggheadcafe.com |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
bugs in microsoft exel 2007 | Excel Discussion (Misc queries) | |||
ChartWizard | Charts and Charting in Excel | |||
Upgrading Add-Ins to Excel 2007 -- Compatibility & Bugs | Excel Programming | |||
Reporting several Bugs for Excel 2007 Beta 2 | Excel Programming | |||
Excel 2007 Beta - 30 bugs | Excel Discussion (Misc queries) |