Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Graphing with 2 axes
Message
De
22/01/2005 12:41:28
 
 
À
22/01/2005 10:38:00
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
00979581
Message ID:
00979628
Vues:
14
Thanks Tom

My following VFP code does not produce the Column and Line graph with 2 axes.

ochart=MyClass.oExcel.Sheets[1].Chartobjects.add(45,173,319,190)
ochart.Activate()
? MyClass.oExcel.ActiveChart.ApplyCustomType(21,"Line - Column on 2 Axes")
? MyClass.oExcel.ActiveChart.SetSourceData(x.osheet.Range("a1:c5"),2)

Instead it produces a normal column graph using a single axis. Would appreciate if you could advise where I have gone wrong.

Thanks & Best Regards
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform